chore: update i18n workflow/config

This commit is contained in:
Gabe Kangas
2025-01-15 13:41:44 -08:00
parent a4ed2c14be
commit 648856dcd1
32 changed files with 144 additions and 507 deletions

View File

@@ -3,7 +3,7 @@ name: Translation job
on:
push:
paths:
- 'web/i18n/strings.json'
- 'web/i18n/en/translation.json'
- 'web/**/*.tsx'
- 'web/**/*.js'
- 'crowdin.yml'
@@ -37,7 +37,10 @@ jobs:
with:
upload_sources: true
download_translations: false
create_pull_request: true
pull_request_title: 'New Translations'
localization_branch_name: translations
pull_request_base_branch_name: 'develop'
config: crowdin.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}