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}") {