mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-09 07:35:01 -04:00
feat: setup Crowdin
This commit is contained in:
parent
e876d03608
commit
8d21844f2f
2 changed files with 52 additions and 0 deletions
12
crowdin.yml
Normal file
12
crowdin.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
"project_id_env": "CROWDIN_PROJECT_ID"
|
||||
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
|
||||
"base_path": "."
|
||||
|
||||
"preserve_hierarchy": true
|
||||
|
||||
"files": [
|
||||
{
|
||||
"source": "locales/en.yml",
|
||||
"translation": "locales/%two_letters_code%.yml"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue