forked from SAP/openui5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
translation_v2.json
29 lines (29 loc) · 991 Bytes
/
translation_v2.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
{
"comment": "Translation configuration for openui5",
"collections": [{
"collectionName": "SAPUI5 UI library",
"folders": [{
"startingFolderPath": "./src/",
"sourceFilters": [
"*/src/**/messagebundle.properties",
"*/src/**/i18n.properties"
],
"excludedSourceFilters": [
"sap.ui.fl/src/sap/ui/fl/support/apps/contentbrowser/i18n/i18n.properties",
"sap.ui.documentation/src/sap/ui/documentation/sdk/i18n/i18n.properties"
]
}, {
"startingFolderPath": "./lib/cldr-openui5/",
"sourceFilters": [
"**/i18n.json"
]
}]
}],
"defaultConfiguration": {
"xlfFolderPath": "./XLF/[FullPath]",
"targetFolderPath": ".",
"pseudoLocFolderPath": ".",
"oneQFolderPath": ".",
"targetFileNamingConvention": "[filename]_[langCode].[extension]"
}
}