We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c12c9c commit 02e1953Copy full SHA for 02e1953
.github/workflows/crowdin.yml
@@ -15,15 +15,19 @@ jobs:
15
steps:
16
- name: Checkout code
17
uses: actions/checkout@v3
18
+ if: github.repository == 'hestiacp/hestiacp'
19
- name: Build hestiacp.pot
20
21
run: |
22
sudo apt install gettext -y
23
cd ./web/locale
24
bash ./hst_scan_i18n.sh
25
- name: Commit new .pot file
26
27
uses: stefanzweifel/git-auto-commit-action@v4
28
- name: crowdin action
29
uses: crowdin/github-action@v1
30
31
with:
32
upload_sources: true
33
upload_translations: false
0 commit comments