-
Notifications
You must be signed in to change notification settings - Fork 256
Expand file tree
/
Copy pathcrowdin.yaml
More file actions
25 lines (23 loc) · 967 Bytes
/
crowdin.yaml
File metadata and controls
25 lines (23 loc) · 967 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
# Crowdin credentials
project_id: '669532'
api_token_env: CROWDIN_PERSONAL_TOKEN
# Choose file structure in Crowdin
# e.g. true or false
preserve_hierarchy: true
# Files configuration
files:
# JSON translation files
- source: /i18n/en/**/*
translation: /i18n/%two_letters_code%/**/%original_file_name%
# Docs Markdown files
- source: /docs/**/*
translation: /i18n/%two_letters_code%/docusaurus-plugin-content-docs/current/**/%original_file_name%
ignore : ['**/*.api.mdx', '**/*.info.mdx', '**/*.tag.mdx', '**/*.schema.mdx', '**/*.json']
# Meeting Notes Blog Markdown files
- source: /meeting-notes/**/*
translation: /i18n/%two_letters_code%/docusaurus-plugin-content-blog/**/%original_file_name%
# Pages Markdown files
- source: /src/pages/**/*
translation: /i18n/%two_letters_code%/docusaurus-plugin-content-pages/**/%original_file_name%
ignore: ['**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx', '**/*.css']
type: 'mdx_v2'