-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
crowdin.yml
38 lines (36 loc) · 870 Bytes
/
crowdin.yml
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
27
28
29
30
31
32
33
34
35
36
37
38
#
# Your Crowdin credentials
#
project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
base_path: "./src"
# base_url: "./src/"
#
# Choose file structure in Crowdin
# e.g. true or false
#
preserve_hierarchy: true
#
# Files configuration
#
files:
[
{
source: "/pages/en/**/*.mdx",
translation: "/pages/%two_letters_code%/**/%file_name%.mdx",
ignore:
["/pages/en/blog-index.mdx", "/pages/en/pgp.mdx", "/pages/en/xmr2.mdx"],
},
{
source: "/pages/404.mdx",
translation: "/pages/404_%two_letters_code%.mdx",
},
{
source: "/assets/data/pages/en/**/*.json",
translation: "/assets/data/pages/%two_letters_code%/**/%file_name%.json",
},
{
source: "/assets/data/layout/en/**/*.json",
translation: "/assets/data/layout/%two_letters_code%/**/%file_name%.json",
},
]