RandomSec/OpenRefine/docs/crowdin.yml
2022-01-04 16:31:32 +01:00

17 lines
472 B
YAML

project_id: '455186'
api_token_env: 'CROWDIN_PERSONAL_TOKEN'
preserve_hierarchy: true
files: [
# Markdown files for the user manual
{
source: '/docs/manual/**/*',
translation: '/i18n/%two_letters_code%/docusaurus-plugin-content-docs/current/**/%original_file_name%',
},
# Docs home page
{
source: '/docs/index.md',
translation: '/i18n/%two_letters_code%/docusaurus-plugin-content-docs/current/%original_file_name%',
},
]