There was an error while loading. Please reload this page.
1 parent 5ed327e commit e65c5e2Copy full SHA for e65c5e2
1 file changed
.github/workflows/sync.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
sudo apt-get update
36
sudo apt-get install -y gettext
37
- pip install transifex-python sphinx-intl
+ pip install transifex-python sphinx-intl polib powrap
38
39
- name: Sync with Transifex
40
env:
@@ -46,6 +46,10 @@ jobs:
46
# Format .po files
47
find . -name "*.po" -exec msgcat --no-wrap {} -o {} \;
48
49
+ - name: Format PO files
50
+ run: |
51
+ find . -name "*.po" -exec powrap {} \;
52
+
53
- name: Commit and push changes
54
55
git config --local user.name "GitHub Action's update-translation job"
0 commit comments