mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
a6b0d63afb
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
16 lines
404 B
YAML
16 lines
404 B
YAML
project_id_env: CROWDIN_VERDACCIO_PROJECT_ID
|
|
api_token_env: CROWDIN_VERDACCIO_API_KEY
|
|
|
|
preserve_hierarchy: true
|
|
|
|
files:
|
|
[
|
|
{
|
|
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%',
|
|
}
|
|
] |