forked from codinguser/gnucash-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin.yml
66 lines (57 loc) · 1.39 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
63
64
65
66
"base_path" : "."
#"base_url" : ""
#
# Choose file structure in crowdin
# e.g. true or false
#
"preserve_hierarchy": false
#
# Files configuration
#
files: [
{
#
# Source files
"source" : "/app/src/main/res/values/strings.xml",
#
# where translations live
"translation" : "/app/src/main/res/values-%android_code%/%original_file_name%",
#
# Often software projects have custom names for locale directories.
# crowdin-cli allows you to map your own languages to be understandable by Crowdin.
#
"languages_mapping" : {
"android_code": {
"de": "de",
"ru": "ru",
"fr": "fr",
"nb": "nb",
"es-ES": "es"
}
},
#
# files or directories for ignore
# e.g. ["/**/?.txt", "/**/[0-9].txt", "/**/*\?*.txt"]
#
#"ignore" : [],
#
# The dest allows you to specify a file name on Crowdin
# e.g. "/messages.json"
#
#"dest" : "",
#
# File type
# e.g. "json"
#
#"type" : "",
#
# The parameter "update_option" is optional. If it is not set, translations for changed strings will be lost. Useful for typo fixes and minor changes in source strings.
# e.g. "update_as_unapproved" or "update_without_changes"
#
#"update_option" : "",
},
{
"source" : "/resources/playstore/play_store_description.txt",
"translation": "/resources/playstore/play_store_description_i18n/play_store_description_%android_code%.txt"
}
]