Skip to content

Commit 52e91a8

Browse files
Add pseudolocale
1 parent 35e3008 commit 52e91a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/extract-translations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030

3131
# Only upload on Crowdin for the main branch
3232
- name: Install Crowdin CLI
33-
if: github.ref == 'refs/heads/main'
33+
# if: github.ref == 'refs/heads/main'
3434
run: npm i -g @crowdin/cli
3535

3636
- name: Upload translations to Crowdin
3737
run: crowdin upload sources
38-
if: github.ref == 'refs/heads/main'
38+
# if: github.ref == 'refs/heads/main'
3939
env:
4040
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
4141
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

.translations/pseudo_LOCALE/messages.js

Whitespace-only changes.

0 commit comments

Comments
 (0)