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
2 additions and
2 deletions
-
.github/workflows/crowdin-upload-sources.yml
-
.github/workflows/crowdin-upload-translations.yml
|
|
@ -21,7 +21,7 @@ jobs: |
|
|
uses: crowdin/github-action@v2 |
|
|
uses: crowdin/github-action@v2 |
|
|
with: |
|
|
with: |
|
|
base_url: "https://meshtastic.crowdin.com/api/v2" |
|
|
base_url: "https://meshtastic.crowdin.com/api/v2" |
|
|
config: "crowdin.yml" |
|
|
config: "./packages/web/crowdin.yml" |
|
|
upload_sources: true |
|
|
upload_sources: true |
|
|
upload_translations: false |
|
|
upload_translations: false |
|
|
download_translations: false |
|
|
download_translations: false |
|
|
|
|
|
@ -15,7 +15,7 @@ jobs: |
|
|
uses: crowdin/github-action@v2 |
|
|
uses: crowdin/github-action@v2 |
|
|
with: |
|
|
with: |
|
|
base_url: "https://meshtastic.crowdin.com/api/v2" |
|
|
base_url: "https://meshtastic.crowdin.com/api/v2" |
|
|
config: "crowdin.yml" |
|
|
config: "./packages/web/crowdin.yml" |
|
|
upload_sources: false |
|
|
upload_sources: false |
|
|
upload_translations: true |
|
|
upload_translations: true |
|
|
download_translations: false |
|
|
download_translations: false |
|
|
|