es_419 -> esla

This commit is contained in:
HackerNCoder 2023-01-26 20:55:21 +01:00
parent 1642e83d27
commit bdfb3f695c

View file

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