fix: update directory paths for source files (#745)

This commit is contained in:
Dan Ditomaso
2025-07-28 12:55:54 -04:00
committed by GitHub
parent ce15fd21ad
commit 4ab06abefe
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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%"