mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
crowdin: maybe perl wants UTF-8 instead of utf8?
This commit is contained in:
@@ -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}") {
|
||||
|
||||
Reference in New Issue
Block a user