From bdfb3f695c74c7e6893aecf0d216a81143dbc0b5 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Thu, 26 Jan 2023 20:55:21 +0100 Subject: [PATCH] es_419 -> esla --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index cbbfda2..9f6823d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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="esla"; fi stats=$(msgfmt --statistics $${file} 2>&1) numdone=$(echo $${stats%* translated*}) echo $stats $numdone