From 3b827a9f6ac4b9eee572d73c60d008d8300989fc Mon Sep 17 00:00:00 2001 From: Shun Wang Date: Sun, 17 Dec 2023 11:08:49 +0000 Subject: [PATCH] --previous --- .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 3995760037..ecf96efe80 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" --previous - name: Compiling .mo files run: |