From b318f3b46015f04f8a63c0a0e679b1c13baec9ca Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Thu, 26 Jan 2023 20:45:42 +0100 Subject: [PATCH] s/game/translations/ --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 10f7eda..f18af09 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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