chore(crowdin): re-arrange crowdin config files (#41046)
This commit is contained in:
committed by
GitHub
parent
2cbb748bc5
commit
149cf95310
20
config/crowdin/docs/crowdin.yml
Normal file
20
config/crowdin/docs/crowdin.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
"project_id_env": "CROWDIN_PROJECT_ID"
|
||||
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
|
||||
"base_path_env": "CROWDIN_BASE_PATH"
|
||||
"base_url_env": "CROWDIN_BASE_URL"
|
||||
|
||||
"preserve_hierarchy": true
|
||||
|
||||
files: [
|
||||
{
|
||||
"source" : "/docs/*.md",
|
||||
"translation" : "/docs/i18n/%language%/%original_file_name%",
|
||||
|
||||
"ignore" : [
|
||||
"/docs/_coverpage.md",
|
||||
"/docs/_navbar.md",
|
||||
"/docs/_translations.md",
|
||||
"/docs/README.md",
|
||||
]
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user