Skip to content

Commit

Permalink
use file not dir
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang committed Dec 17, 2023
1 parent 47715d1 commit 29a73d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
- name: Compiling .mo files
run: |
set -x
pybabel compile -d ${{ github.workspace }}/psychopy/app
for x in ${{ github.workspace }}/psychopy/app/locale/*/*/*.po ;\
do pybabel compile -i $x -o "$x".mo; \
done
- name: Stage all changes
id: staging
Expand Down

0 comments on commit 29a73d2

Please sign in to comment.