mirror of
https://github.com/meshtastic/web.git
synced 2025-12-24 00:00:01 -05:00
fix: update directory paths for source files (#745)
This commit is contained in:
2
.github/workflows/crowdin-upload-sources.yml
vendored
2
.github/workflows/crowdin-upload-sources.yml
vendored
@@ -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%"
|
||||
|
||||
Reference in New Issue
Block a user