kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
Update Crowdin API base URL and add base URL to action
rodzic
e7a76ba156
commit
f2d3fef199
|
@ -15,6 +15,7 @@ jobs:
|
||||||
- name: Synchronize with Crowdin
|
- name: Synchronize with Crowdin
|
||||||
uses: crowdin/github-action@v2
|
uses: crowdin/github-action@v2
|
||||||
with:
|
with:
|
||||||
|
base_url: 'https://meshtastic.crowdin.com/api/v2'
|
||||||
config: 'config/crowdin/crowdin.yml'
|
config: 'config/crowdin/crowdin.yml'
|
||||||
upload_sources: true
|
upload_sources: true
|
||||||
upload_translations: false
|
upload_translations: false
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"project_id_env": "CROWDIN_PROJECT_ID"
|
"project_id_env": "CROWDIN_PROJECT_ID"
|
||||||
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
|
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
|
||||||
"base_path": "."
|
"base_path": "."
|
||||||
"base_url": "https://meshtastic.api.crowdin.com"
|
"base_url": "https://meshtastic.crowdin.com/api/v2"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Defines whether to preserve the original directory structure in the Crowdin project
|
# Defines whether to preserve the original directory structure in the Crowdin project
|
||||||
|
|
Ładowanie…
Reference in New Issue