Skip to content

Commit

Permalink
$(pwd)
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang committed Dec 17, 2023
1 parent feebab2 commit 7963c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
set -x
find -name messages.pot
messages_pot=$(find -name messages.pot)
pybabel update -i psychopy/localization/messages.pot -d psychopy/app/locale
pybabel update -i $(pwd)/psychopy/localization/messages.pot -d $(pwd)/psychopy/app/locale
# for x in $(ls -d ./psychopy/app/locale/*/); do
# echo "$x"
# pybabel update --input-file="$messages_pot" --output-dir="$x";
Expand Down

0 comments on commit 7963c4c

Please sign in to comment.