From cdeb7a9cc2c8110f23f3f4ed797c6775ab182a0f Mon Sep 17 00:00:00 2001 From: Shun Wang Date: Sun, 17 Dec 2023 11:27:38 +0000 Subject: [PATCH] path to locale --- .github/workflows/translation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translation.yml b/.github/workflows/translation.yml index 377d98860f..62b3a8dc4c 100644 --- a/.github/workflows/translation.yml +++ b/.github/workflows/translation.yml @@ -26,7 +26,7 @@ jobs: set -x find -name messages.pot messages_pot=$(find -name messages.pot) - pybabel update --input-file="$messages_pot" --output-dir="${{ github.workspace }}/psychopy/app" + pybabel update --input-file="$messages_pot" --output-dir="${{ github.workspace }}/psychopy/app/locale" - name: Compiling .mo files