From b6a51dd0f16a2e7a7846daecd4cfc7f5880eada9 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 7 May 2018 13:58:16 +0100 Subject: [PATCH] crowdin: try C.utf8 instead --- .ci/Jenkinsfile.crowdin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile.crowdin b/.ci/Jenkinsfile.crowdin index 56f215bb..f9561d9e 100644 --- a/.ci/Jenkinsfile.crowdin +++ b/.ci/Jenkinsfile.crowdin @@ -45,7 +45,7 @@ timestamps { sh "$crowdin_cli download --branch ${upstream_branch}" } } - sh 'LANG=en_US.utf8 find . -name "*.po" -exec msgfilter -i "{}" -o "{}.replacement" .ci/cleanup-po.pl ";"' + sh 'LANG=C.utf8 find . -name "*.po" -exec msgfilter -i "{}" -o "{}.replacement" .ci/cleanup-po.pl ";"' sh 'find . -name "*.po" -exec mv "{}.replacement" "{}" ";"' } stage("Push ${upstream_branch}") {