Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crowdin configuration #1924

Merged
merged 3 commits into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/sync-crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
j2 crowdin.yml.j2 -o crowdin.yml

- name: crowdin action
uses: crowdin/github-action@v1
uses: crowdin/github-action@v1.11.0
with:
upload_sources: true
upload_translations: true
download_translations: true
download_translations: false
localization_branch_name: l10n_crowdin_translations
create_pull_request: true
pull_request_title: 'New Crowdin Translations'
Expand Down
4 changes: 2 additions & 2 deletions crowdin.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ files:
translation: /packages/core/src/locales/%locale%/messages.po
- source: /packages/gui/src/locales/en-US/*.po
translation: /packages/gui/src/locales/%locale%/messages.po
- source: /packages/wallet/src/locales/en-US/*.po
translation: /packages/wallet/src/locales/%locale%/messages.po
- source: /packages/wallets/src/locales/en-US/*.po
translation: /packages/wallets/src/locales/%locale%/messages.po
- source: /packages/wallets/src/locales/en-US/*.po
translation: /packages/wallets/src/locales/%locale%/messages.po
Loading