fix: correct base path in crowdin.yml (#1799)

This commit is contained in:
James Rich 2025-04-29 12:54:04 -05:00 committed by GitHub
parent 17cd4cdc19
commit 9a875dcfd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
#
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"base_path": "."
"base_path": "../../"
"base_url": "https://meshtastic.crowdin.com/api/v2"
#
@ -33,4 +33,4 @@
"cleanup_mode": true,
"escape_special_characters": 1
}
]
]