-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move docs crowdin file to root (#12484)
* Rename crowdin yet again * Attempt to fix base path * Try root level
- Loading branch information
1 parent
2e63f4f
commit d185cea
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
"project_id_env": "CROWDIN_PROJECT_ID" | ||
"api_token_env": "CROWDIN_PERSONAL_TOKEN" | ||
"base_path": "../" | ||
"base_path": "." | ||
|
||
"preserve_hierarchy": true | ||
|
||
"files": [ | ||
{ | ||
"source": "/docs/en/**/*.md", | ||
"translation": "/docs/%two_letters_code%/**/%original_file_name%" | ||
"source": "docs/en/**/*.md", | ||
"translation": "docs/%two_letters_code%/**/%original_file_name%" | ||
} | ||
] |