forked from MCreator/MCreator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin.yml
26 lines (23 loc) · 835 Bytes
/
crowdin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
"base_path": "."
"base_url": "https://api.crowdin.com"
"preserve_hierarchy": true
"files": [
{
"source": "/plugins/mcreator-localization/lang/texts.properties",
"translation": "/plugins/mcreator-localization/lang/texts_%locale_with_underscore%.properties",
"skip_untranslated_strings": true,
},
{
"source": "/plugins/mcreator-link/lang/texts.properties",
"translation": "/plugins/mcreator-link/lang/texts_%locale_with_underscore%.properties",
"skip_untranslated_strings": true,
},
{
source: "/plugins/mcreator-localization/help/default/**/*.md",
translation: "/plugins/mcreator-localization/help/%locale_with_underscore%/**/%original_file_name%",
content_segmentation: 0,
skip_untranslated_files: true,
},
]