There was an error while loading. Please reload this page.
1 parent ab8fadd commit 41007b3Copy full SHA for 41007b3
1 file changed
.github/workflows/build-and-deploy.yml
@@ -44,6 +44,9 @@ jobs:
44
- name: Strip stray fuzzy markers
45
run: python3 Doc/locales/fa/LC_MESSAGES/scripts/strip_fuzzy.py $(find Doc/locales/fa/LC_MESSAGES -name "*.po" -not -path "*/.git/*")
46
47
+ - name: Install gettext
48
+ run: sudo apt-get install -y gettext
49
+
50
- name: Compile .po files to .mo
51
run: |
52
find Doc/locales/fa/LC_MESSAGES -name "*.po" -not -path "*/.git/*" | while read f; do
0 commit comments