forked from webdriverio/webdriverio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin.yaml
25 lines (25 loc) · 901 Bytes
/
crowdin.yaml
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
project_id: '576975'
api_token_env: CROWDIN_PERSONAL_TOKEN
languages_mapping:
two_letters_code:
pt-BR: pt-BR
preserve_hierarchy: 1
files:
- source: /website/i18n/en/**/*
translation: /website/i18n/%two_letters_code%/**/%original_file_name%
languages_mapping: []
- source: /website/docs/**/*
translation: /website/i18n/%two_letters_code%/docusaurus-plugin-content-docs/current/**/%original_file_name%
languages_mapping: []
- source: /website/community/**/*
translation: /website/i18n/%two_letters_code%/docusaurus-plugin-content-docs-community/current/**/%original_file_name%
languages_mapping: []
- source: /website/src/pages/**/*
translation: /website/i18n/%two_letters_code%/docusaurus-plugin-content-pages/**/%original_file_name%
ignore:
- /**/*.js
- /**/*.jsx
- /**/*.ts
- /**/*.tsx
- /**/*.css
languages_mapping: []