chore(crowdin): re-arrange crowdin config files (#41046)

This commit is contained in:
Mrugesh Mohapatra
2021-02-10 23:36:13 +05:30
committed by GitHub
parent 2cbb748bc5
commit 149cf95310
9 changed files with 8 additions and 15 deletions

View File

@ -1,20 +0,0 @@
"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",
]
}
]