add es_419 -> es419

This commit is contained in:
HackerNCoder 2023-01-26 20:49:12 +01:00
parent b318f3b460
commit b2dbc41e58

View file

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