crowdin: try C.utf8 instead

This commit is contained in:
Alexey Sokolov
2018-05-07 13:58:16 +01:00
parent 74584f18af
commit b6a51dd0f1
+1 -1
View File
@@ -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}") {