Skip to content

Commit 0d16c18

Browse files
authoredApr 15, 2020
chore: setup i18n translation (#429)
1 parent e65d8da commit 0d16c18

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#__ldi.translation.uuid=75c9c970-7315-49ab-bdac-9584ee66d3b8
2+
3+
#XTXT
4+
MESSAGEBOX_ACTION_ABORT=Abort
5+
6+
#XTXT
7+
MESSAGEBOX_ACTION_CANCEL=Cancel
8+
9+
#XTXT
10+
MESSAGEBOX_ACTION_CLOSE=Close
11+
12+
#XTXT
13+
MESSAGEBOX_ACTION_DELETE=Delete
14+
15+
#XTXT
16+
MESSAGEBOX_ACTION_IGNORE=Ignore
17+
18+
#XTXT
19+
MESSAGEBOX_ACTION_NO=No
20+
21+
#XTXT
22+
MESSAGEBOX_ACTION_OK=OK
23+
24+
#XTXT
25+
MESSAGEBOX_ACTION_RETRY=Retry
26+
27+
#XTXT
28+
MESSAGEBOX_ACTION_YES=Yes
29+

‎translation_v2.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"comment": "Translation configuration for ui5-webcomponents-react",
3+
"collections": [{
4+
"collectionName": "UI5 Web Components for React",
5+
"folders": [{
6+
"startingFolderPath": "./packages/",
7+
"sourceFilters": [
8+
"*/src/**/messagebundle.properties"
9+
],
10+
"excludedSourceFilters": []
11+
}]
12+
}],
13+
"defaultConfiguration": {
14+
"xlfFolderPath": "./XLF/[FullPath]",
15+
"targetFolderPath": ".",
16+
"pseudoLocFolderPath": ".",
17+
"oneQFolderPath": ".",
18+
"targetFileNamingConvention": "[filename]_[langCode].[extension]"
19+
}
20+
}

0 commit comments

Comments
 (0)
Please sign in to comment.