From 5c8fcb9512a9bfdade350948f5c50e6371cdc64c Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sat, 15 Sep 2018 13:01:58 -0400 Subject: generate messages.po at upload time --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3