forked from kimlimjustin/xplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin.yml
15 lines (15 loc) · 919 Bytes
/
crowdin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
project_id: '469422'
api_token_env: 'CROWDIN_PERSONAL_TOKEN'
preserve_hierarchy: true
files:
[
{ source: '/docs/i18n/en/**/*', translation: '/docs/i18n/%locale%/**/%original_file_name%' },
{ source: '/docs/docs/*', translation: '/docs/i18n/%locale%/docusaurus-plugin-content-docs/current/%original_file_name%' },
{ source: '/docs/docs/guides/*', translation: '/docs/i18n/%locale%/docusaurus-plugin-content-docs/current/guides/%original_file_name%' },
{
source: '/docs/docs/Community/Contributing.md',
translation: '/docs/i18n/%locale%/docusaurus-plugin-content-docs/current/Community/Contributing.md',
},
{ source: '/docs/docs/Community/support.md', translation: '/docs/i18n/%locale%/docusaurus-plugin-content-docs/current/Community/support.md' },
{ source: '/src/Locales/base.json', translation: '/src/Locales/%locale%.json' },
]