forked from sillsdev/FieldWorks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin.json
43 lines (43 loc) · 1.2 KB
/
crowdin.json
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
{
"project_identifier": "fieldworks",
"api_key_env": "CROWDIN_API_KEY",
"base_path": ".",
"branch": "FieldWorks-9.1",
"files": [
{
"source": "/DistFiles/Language Explorer/Configuration/strings-en.xml",
"translation": "/%locale%/strings-%locale%.xml",
"content_segmentation": 0,
"translatable_elements": [
"//group/string[@txt]"
]
},
{
"source": "/Localizations/messages.pot",
"translation": "/%locale%/messages.%locale%.po"
},
{
"source": "Src/**/*.resx",
"translation": "/%locale%/%original_path%/%file_name%.%locale%.%file_extension%",
"ignore": [
"Src/**/*Tests/**/*",
"Src/**/HelpTopicPaths.resx"
]
},
{
"source": "Localizations/lists/*.xlf",
"translation": "/%locale%/Lists/%file_name%.%locale%.%file_extension%",
"ignore": [
"Localizations/lists/GOLDEtic*.xlf"
]
},
{
"source": "Localizations/lists/GOLDEtic.en.xlf",
"translation": "/%locale%/Lists/GOLDEtic/GOLDEtic.%locale%.xlf",
},
{
"source": "Localizations/LCM/**/*.resx",
"translation": "/%locale%/%original_path%/%file_name%.%locale%.%file_extension%"
}
]
}