-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathda.js
15 lines (15 loc) · 1.31 KB
/
da.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export default {
"intl-common:characters:apostrophe": "apostrof", // short name or description of the "'" character
"intl-common:characters:ampersand": "og-tegn", // short name or description of the "&" character
"intl-common:characters:asterisk": "stjerne", // short name or description of the "*" character
"intl-common:characters:backslash": "omvendt skråstreg", // short name or description of the "\" character
"intl-common:characters:colon": "kolon", // short name or description of the ":" character
"intl-common:characters:comma": "komma", // short name or description of the "," character
"intl-common:characters:greaterThan": "større end-tegn", // short name or description of the ">" character
"intl-common:characters:lessThan": "mindre end-tegn", // short name or description of the "<" character
"intl-common:characters:numberSign": "nummertegn", // short name or description of the "#" character
"intl-common:characters:percentSign": "procenttegn", // short name or description of the "%" character
"intl-common:characters:pipe": "lodret streg", // short name or description of the "|" character
"intl-common:characters:questionMark": "spørgsmålstegn", // short name or description of the "?" character
"intl-common:characters:quotationMark": "anførselstegn", // short name or description of the '"' character
};