Skip to content

Commit

Permalink
$x
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang committed Dec 17, 2023
1 parent a02532f commit 60945c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
set -x
find -name messages.pot
messages_pot=$(find -name messages.pot)
for x in $(ls -d $(pwd)/psychopy/app/locale); do
pybabel update --input-file="$messages_pot" --output-dir="${x}/";
for x in $(ls -d ./psychopy/app/locale); do
pybabel update --input-file="$messages_pot" --output-dir="$x";
done
Expand Down

0 comments on commit 60945c8

Please sign in to comment.