From 5c8fcb9512a9bfdade350948f5c50e6371cdc64c Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sat, 15 Sep 2018 13:01:58 -0400 Subject: [PATCH] generate messages.po at upload time --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 158d87c6a..ee8edefaf 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 - java -jar crowdin-cli.jar upload -b master - java -jar crowdin-cli.jar pull -b master + make messages.po + java -jar crowdin-cli.jar upload -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.