Fix wrong translations (#2818)

* fix wrong translations

* fix tab on yml
pull/2822/head
Lunny Xiao 7 years ago committed by GitHub
parent 6f84569629
commit de9915023d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .drone.yml

@ -21,6 +21,15 @@ pipeline:
event: [ push ]
branch: [ master ]
update-translations:
image: alpine:3.6
commands:
- sed -i -e 's/="/=/g' -e 's/"$$//g' ./options/locale/*.ini
- sed -i -e 's/\\"/"/g' ./options/locale/*.ini
when:
event: [ push ]
branch: [ master ]
git_push:
image: appleboy/drone-git-push
pull: true

Loading…
Cancel
Save