Browse Source

fix: crowdin uploading (#746)

pull/748/head
Dan Ditomaso 10 months ago
committed by GitHub
parent
commit
09f7f64099
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/crowdin-upload-sources.yml
  2. 2
      .github/workflows/crowdin-upload-translations.yml

2
.github/workflows/crowdin-upload-sources.yml

@ -21,7 +21,7 @@ jobs:
uses: crowdin/github-action@v2
with:
base_url: "https://meshtastic.crowdin.com/api/v2"
config: "crowdin.yml"
config: "./packages/web/crowdin.yml"
upload_sources: true
upload_translations: false
download_translations: false

2
.github/workflows/crowdin-upload-translations.yml

@ -15,7 +15,7 @@ jobs:
uses: crowdin/github-action@v2
with:
base_url: "https://meshtastic.crowdin.com/api/v2"
config: "crowdin.yml"
config: "./packages/web/crowdin.yml"
upload_sources: false
upload_translations: true
download_translations: false

Loading…
Cancel
Save