mirror of
https://github.com/znc/znc.git
synced 2026-06-24 12:01:56 +02:00
crowdin: try C.utf8 instead
This commit is contained in:
@@ -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}") {
|
||||
|
||||
Reference in New Issue
Block a user