-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathcrowdin.yml
More file actions
26 lines (26 loc) · 809 Bytes
/
crowdin.yml
File metadata and controls
26 lines (26 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
project_id: '473096'
api_token_env: CROWDIN_PERSONAL_TOKEN
preserve_hierarchy: true
files: [
# JSON translation files
{
source: '/i18n/en/**/*',
translation: '/i18n/%locale%/**/%original_file_name%',
},
# Docs Markdown files
{
source: '/docs/**/*',
translation: '/i18n/%locale%/docusaurus-plugin-content-docs/current/**/%original_file_name%',
},
# Blog Markdown files
{
source: '/blog/**/*',
translation: '/i18n/%locale%/docusaurus-plugin-content-blog/**/%original_file_name%',
},
# Content Translation
# {
# source: '/src/pages/**/*',
# translation: '/i18n/%locale%/docusaurus-plugin-content-pages/**/%original_file_name%',
# ignore: ['/**/*.js', '/**/*.jsx', '/**/*.ts', '/**/*.tsx', '/**/*.css'],
# },
]