Browse Source

fix update-translations on drone (#2822)

tags/v1.3.0-rc1
Lunny Xiao GitHub 7 years ago
parent
commit
449bc66af7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .drone.yml

+ 2
- 0
.drone.yml View File

@@ -24,8 +24,10 @@ pipeline:
update-translations:
image: alpine:3.6
commands:
- mv ./options/locale/locale_en-US.ini ./options/
- sed -i -e 's/="/=/g' -e 's/"$$//g' ./options/locale/*.ini
- sed -i -e 's/\\"/"/g' ./options/locale/*.ini
- mv ./options/locale_en-US.ini ./options/locale/
when:
event: [ push ]
branch: [ master ]


Loading…
Cancel
Save