@brightspace-ui/intl
Version:
Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.
19 lines (18 loc) • 1.69 kB
JavaScript
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
"intl-common:navigation:back:title": "Tilbage", // term for navigating back to the previous page (in Title Case)
"intl-common:navigation:next:title": "Næste", // term for navigating to the next page or item (in Title Case)
"intl-common:navigation:previous:title": "Forrige", // term for navigating to the previous page or item (in Title Case)
};