-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunify.json
23 lines (23 loc) · 999 Bytes
/
unify.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"contact": "ClearCenter Translations",
"email": "[email protected]",
"targets": ["af","sq","ar","hy","az","eu","be","bn","bs","bg","my","ca","ny","zh","hr","cs","da","eo","et","fi","fr","gl","de","el","gu","ht","ha","hi","hu","id","ga","ig","is","it","ja","ka","kk","km","kn","ko","la","lo","lt","lv","mg","mi","mk","ml","mn","mr","ms","mt","ne","nl","no","pa","fa","pl","pt","ro","ru","sr","si","sk","sl","so","st","es","su","sw","sv","ta","te","tg","th","tl","tr","uk","ur","uz","vi","cy","yi","yo","zu"],
"updDays": 1,
"updHour": 9,
"transMethod": "mt",
"file_filters": [".php"],
"output_mask": {
"directory": "%dirname%-%langcode%",
"file": "%filename%-%langcode%.%fileext%"
},
"paths": [
{ "path":"/language/en_US/",
"output_mask": {
"directory": "%langcode%",
"file": ""
},
"file_filters": ["_lang.php"],
"output_path": "/language/"
}
]
}