From f1a4d8d3c1be6920173c9559601c41ab6e24e0d7 Mon Sep 17 00:00:00 2001 From: Shun Wang Date: Sun, 17 Dec 2023 13:38:35 +0000 Subject: [PATCH] ./psychopy/app/locale/ --- .github/workflows/translation.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/translation.yml b/.github/workflows/translation.yml index ab176e8010..feabffe844 100644 --- a/.github/workflows/translation.yml +++ b/.github/workflows/translation.yml @@ -26,9 +26,11 @@ jobs: set -x find -name messages.pot messages_pot=$(find -name messages.pot) - for x in $(ls -d ./psychopy/app/locale/*/); do - pybabel update --input-file="$messages_pot" --output-dir="$x"; - done + pybabel update --input-file="$messages_pot" --output-dir="./psychopy/app/locale/"; + # for x in $(ls -d ./psychopy/app/locale/*/); do + # echo "$x" + # pybabel update --input-file="$messages_pot" --output-dir="$x"; + # done - name: Compiling .mo files