2021-07-27 21:52:49 +02:00
|
|
|
project_id_env: CROWDIN_VERDACCIO_PROJECT_ID
|
|
|
|
api_token_env: CROWDIN_VERDACCIO_API_KEY
|
|
|
|
|
2021-07-11 15:42:56 +02:00
|
|
|
preserve_hierarchy: true
|
|
|
|
|
|
|
|
files:
|
2021-07-27 21:52:49 +02:00
|
|
|
[
|
2021-09-17 07:17:34 +02:00
|
|
|
{
|
|
|
|
source: 'packages/plugins/ui-theme/src/i18n/crowdin/**/*',
|
2021-09-18 12:45:27 +02:00
|
|
|
translation: '/packages/plugins/ui-theme/src/i18n/download_translations/%locale%/**/%original_file_name%',
|
2021-09-17 07:17:34 +02:00
|
|
|
},
|
2021-07-27 21:52:49 +02:00
|
|
|
{
|
|
|
|
source: '/website/i18n/en/**/*',
|
|
|
|
translation: '/website/i18n/%locale%/**/%original_file_name%',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/website/docs/**/*',
|
|
|
|
translation: '/website/i18n/%locale%/docusaurus-plugin-content-docs/current/**/%original_file_name%',
|
|
|
|
}
|
2021-09-16 21:46:56 +02:00
|
|
|
]
|