diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-09-15 13:01:58 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-09-15 13:01:58 -0400 |
| commit | 5c8fcb9512a9bfdade350948f5c50e6371cdc64c (patch) | |
| tree | 6882daaf10113c544ffbfed2d536556449afe88c | |
| parent | 3405a24e4a5fa970934005dc84f0b6c9cfeded83 (diff) | |
generate messages.po at upload time
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 158d87c6..ee8edefa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -158,9 +158,12 @@ script: wget https://downloads.crowdin.com/cli/v2/crowdin-cli.zip unzip -j crowdin-cli.zip + + make messages.po java -jar crowdin-cli.jar upload -b master - java -jar crowdin-cli.jar pull -b master + make clean + java -jar crowdin-cli.jar pull -b master # Try to only commit if translations changed. Crowdin will update all # files when a new translation string is added but we don't need to # commit those until folks actually translate the new strings. |
