From f82ef09e46f631cb72b2ed308c9fd5bcbdd45b1c Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 7 May 2018 14:20:43 +0100 Subject: [PATCH] crowdin: maybe perl wants UTF-8 instead of utf8? --- .ci/Jenkinsfile.crowdin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile.crowdin b/.ci/Jenkinsfile.crowdin index f9561d9e..cbb6d01d 100644 --- a/.ci/Jenkinsfile.crowdin +++ b/.ci/Jenkinsfile.crowdin @@ -45,7 +45,7 @@ timestamps { sh "$crowdin_cli download --branch ${upstream_branch}" } } - sh 'LANG=C.utf8 find . -name "*.po" -exec msgfilter -i "{}" -o "{}.replacement" .ci/cleanup-po.pl ";"' + sh 'LANG=C.UTF-8 find . -name "*.po" -exec msgfilter -i "{}" -o "{}.replacement" .ci/cleanup-po.pl ";"' sh 'find . -name "*.po" -exec mv "{}.replacement" "{}" ";"' } stage("Push ${upstream_branch}") {