s/game/translations/

This commit is contained in:
HackerNCoder 2023-01-26 20:45:42 +01:00
parent a53c3d7a8e
commit b318f3b460

View file

@ -8,9 +8,9 @@ pipeline:
- git clone https://lab.encryptionin.space/Queerscriptors/renpy.git
- git clone -b game ${CI_REPO_REMOTE} ./game-source
- >
for file in ./game-*.po; do
for file in ./translations-*.po; do
file2=$${file%.po}
langcc=$${file2#\.\/game\-}
langcc=$${file2#\.\/translations\-}
stats=$(msgfmt --statistics $${file} 2>&1)
numdone=$(echo $${stats%* translated*})
echo $stats $numdone