forked from solana-foundation/developer-content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin.yml
62 lines (62 loc) · 1.6 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
project_id: "6"
api_token_env: "CROWDIN_PERSONAL_TOKEN"
base_url: "https://solana.crowdin.com"
preserve_hierarchy: true
files: [
# Docs (including general docs and rpc docs) files
{
source: "/docs/**/*.*",
translation: "/i18n/%two_letters_code%/docs/**/%original_file_name%",
ignore: [
# ignore certain files
"**/readme.md",
"**/*.json",
"**/*.txt",
],
},
# Guides files
{
source: "/content/guides/**/*.*",
translation: "/i18n/%two_letters_code%/content/guides/**/%original_file_name%",
ignore: [
# ignore certain files
"**/readme.md",
"**/*.json",
"**/*.txt",
],
},
# Resources files
{
source: "/content/resources/**/*.*",
translation: "/i18n/%two_letters_code%/content/resources/**/%original_file_name%",
ignore: [
# ignore certain files
"**/readme.md",
"**/*.json",
"**/*.txt",
],
},
# Cookbook files
{
source: "/content/cookbook/**/*.*",
translation: "/i18n/%two_letters_code%/content/cookbook/**/%original_file_name%",
ignore: [
# ignore certain files
"**/readme.md",
"**/*.json",
"**/*.txt",
],
},
# Workshop files
{
source: "/content/workshops/**/*.*",
translation: "/i18n/%two_letters_code%/content/workshops/**/%original_file_name%",
ignore: [
# ignore certain files
"**/readme.md",
"**/*.json",
"**/*.txt",
],
},
# todo: courses
]