There was an error while loading. Please reload this page.
1 parent b0bd50f commit fe4c9ddCopy full SHA for fe4c9dd
1 file changed
.github/workflows/build-and-deploy.yml
@@ -42,6 +42,9 @@ jobs:
42
- name: Install gettext
43
run: sudo apt-get install -y gettext
44
45
+ - name: Install gettext
46
+ run: sudo apt-get install -y gettext
47
+
48
- name: Compile .po files to .mo
49
run: |
50
find Doc/locales/fa/LC_MESSAGES -name "*.po" | while read f; do
0 commit comments