attempt to fix es_419 -> es419

This commit is contained in:
HackerNCoder 2023-01-26 20:53:39 +01:00
parent b2dbc41e58
commit 1642e83d27

View file

@ -11,7 +11,7 @@ pipeline:
for file in ./translations-*.po; do
file2=$${file%.po}
langcc=$${file2#\.\/translations\-}
if [ $langcc="es_419"]; then langcc="es419";fi
if [ "$langcc" = "es_419" ]; then langcc="es419"; fi
stats=$(msgfmt --statistics $${file} 2>&1)
numdone=$(echo $${stats%* translated*})
echo $stats $numdone