We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e3008 commit 52e91a8Copy full SHA for 52e91a8
.github/workflows/extract-translations.yml
@@ -30,12 +30,12 @@ jobs:
30
31
# Only upload on Crowdin for the main branch
32
- name: Install Crowdin CLI
33
- if: github.ref == 'refs/heads/main'
+ # if: github.ref == 'refs/heads/main'
34
run: npm i -g @crowdin/cli
35
36
- name: Upload translations to Crowdin
37
run: crowdin upload sources
38
39
env:
40
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
41
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
.translations/pseudo_LOCALE/messages.js
0 commit comments