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