mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
🐛 Fix crowdin integration
This commit is contained in:
parent
ada70a99a3
commit
9fe794a9e4
1 changed files with 9 additions and 3 deletions
12
crowdin.yml
12
crowdin.yml
|
@ -1,5 +1,11 @@
|
||||||
pull_request_title: "🌐 Update translations",
|
project_id_env: CROWDIN_PROJECT_ID
|
||||||
|
api_token_env: CROWDIN_PERSONAL_TOKEN
|
||||||
|
pull_request_title: "🌐 Update translations"
|
||||||
commit_message: "🌐 Update {languageName} translations ({fileName})"
|
commit_message: "🌐 Update {languageName} translations ({fileName})"
|
||||||
files:
|
files:
|
||||||
- source: apps/web/public/locales/en/*.json
|
[
|
||||||
translation: apps/web/public/locales/%two_letters_code%/%original_file_name%
|
{
|
||||||
|
source: "/apps/web/public/locales/en/*.json",
|
||||||
|
translation: "/apps/web/public/locales/%two_letters_code%/%original_file_name%",
|
||||||
|
},
|
||||||
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue