crowdin: maybe perl wants UTF-8 instead of utf8?

This commit is contained in:
Alexey Sokolov
2018-05-07 14:20:43 +01:00
parent b6a51dd0f1
commit f82ef09e46

View File

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