Update crowdin config
This commit is contained in:
parent
287a19fe3d
commit
2ada82f8e0
2 changed files with 3 additions and 3 deletions
2
.github/workflows/crowdin.yml
vendored
2
.github/workflows/crowdin.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- 'lib/l10n/app_en.arb'
|
||||
- 'lib/l10n/intl_en.arb'
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -2,5 +2,5 @@ project_id_env: CROWDIN_PROJECT_ID
|
|||
api_token_env: CROWDIN_PERSONAL_TOKEN
|
||||
|
||||
files:
|
||||
- source: /lib/l10n/app_en.arb
|
||||
translation: /lib/l10n/app_%two_letters_code%.arb
|
||||
- source: /lib/l10n/intl_en.arb
|
||||
translation: /lib/l10n/intl_%two_letters_code%.arb
|
||||
|
|
Loading…
Add table
Reference in a new issue