Browse Source

Fix wrong translations (#2818)

* fix wrong translations

* fix tab on yml
tags/v1.3.0-rc1
Lunny Xiao GitHub 7 years ago
parent
commit
dbd64fcdf0
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      .drone.yml

+ 9
- 0
.drone.yml View File

@@ -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