mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
Update crowdlin config
This commit is contained in:
parent
9c9333a07d
commit
e4edbd2735
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
'pull_request_title': 'Translations update: %two_letters_code%'
|
'pull_request_title': 'Translations update: %locale%'
|
||||||
'pull_request_labels': ['crowdin', 'i18n']
|
'pull_request_labels': ['crowdin', 'i18n']
|
||||||
'commit_message': 'Updated translations for %two_letters_code%'
|
'commit_message': 'Updated translations for %locale%'
|
||||||
|
|
||||||
files:
|
files:
|
||||||
- source: web/i18n/translations.en.json
|
- source: /web/i18n/translations.en.json
|
||||||
translation: web/i18n/translation.%locale%.json
|
translation: /web/i18n/translation.%locale%.json
|
||||||
|
|
||||||
project_id_env: CROWDIN_PROJECT_ID
|
project_id_env: CROWDIN_PROJECT_ID
|
||||||
api_token_env: CROWDIN_PERSONAL_TOKEN
|
api_token_env: CROWDIN_PERSONAL_TOKEN
|
||||||
|
|
Loading…
Reference in a new issue