2022-11-28 14:10:55 +08:00
|
|
|
"project_id_env": "CROWDIN_PROJECT_ID"
|
2022-11-06 21:21:21 +08:00
|
|
|
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
|
|
|
|
|
"base_path": "/"
|
|
|
|
|
"preserve_hierarchy": true
|
|
|
|
|
"base_url": "https://api.crowdin.com"
|
|
|
|
|
|
|
|
|
|
"files": [
|
|
|
|
|
{
|
|
|
|
|
"source": "/MinecraftClient/Resources/Translations/Translations.resx",
|
|
|
|
|
"translation": "/MinecraftClient/Resources/Translations/Translations.%osx_code%.resx"
|
|
|
|
|
},
|
2022-11-30 16:22:48 +08:00
|
|
|
{
|
|
|
|
|
"source": "/MinecraftClient/Resources/ConfigComments/ConfigComments.resx",
|
|
|
|
|
"translation": "/MinecraftClient/Resources/ConfigComments/ConfigComments.%osx_code%.resx"
|
|
|
|
|
},
|
2022-11-06 21:21:21 +08:00
|
|
|
{
|
|
|
|
|
"source": "/MinecraftClient/Resources/AsciiArt/AsciiArt.resx",
|
|
|
|
|
"translation": "/MinecraftClient/Resources/AsciiArt/AsciiArt.%osx_code%.resx"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/README.md",
|
2022-11-28 11:56:36 +08:00
|
|
|
"translation": "/docs/.vuepress/public/MCC-README/README-%language%.md"
|
2022-11-06 21:21:21 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/.vuepress/translations/en.json",
|
|
|
|
|
"translation": "/docs/.vuepress/translations/%osx_code%.json"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/README.md",
|
|
|
|
|
"translation": "/docs/l10n/%osx_code%/README.md"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/guide/*.md",
|
|
|
|
|
"translation": "/docs/l10n/%osx_code%/guide/%original_file_name%"
|
|
|
|
|
}
|
|
|
|
|
]
|