Dan Ditomaso
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
3 deletions
-
.github/workflows/crowdin-upload-sources.yml
-
packages/web/crowdin.yml
|
|
|
@ -5,7 +5,7 @@ on: |
|
|
|
# Monitor all .json files within the /i18n/locales/en/ directory. |
|
|
|
# This ensures the workflow triggers if any the English namespace files are modified on the main branch. |
|
|
|
paths: |
|
|
|
- "/i18n/locales/en/*.json" |
|
|
|
- "/packages/web/public/i18n/locales/en/*.json" |
|
|
|
branches: [main] |
|
|
|
workflow_dispatch: # Allow manual triggering |
|
|
|
|
|
|
|
|
|
|
|
@ -6,5 +6,5 @@ base_url: "https://meshtastic.crowdin.com/api/v2" |
|
|
|
preserve_hierarchy: true |
|
|
|
|
|
|
|
files: |
|
|
|
- source: "/i18n/locales/en/*.json" |
|
|
|
translation: "/i18n/locales/%locale%/%original_file_name%" |
|
|
|
- source: "/public/i18n/locales/en/*.json" |
|
|
|
translation: "/public/i18n/locales/%locale%/%original_file_name%" |
|
|
|
|