Skip to content

Commit

Permalink
update po files
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang committed Dec 15, 2023
1 parent 931bb26 commit ae3e816
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ jobs:
with:
python-version: "3.10"

- name: Update .po tiles
run: |
pip install Babel
for x in ${{ github.workspace }}/psychopy/app/locale/*/*/*.po ;\
do python3 pybabel update -i "$x";\
done
- name: Compiling .mo files
run: |
set -x
Expand Down

0 comments on commit ae3e816

Please sign in to comment.