@brightspace-ui/intl
Version:
Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.
19 lines (18 loc) • 1.68 kB
JavaScript
export default {
"intl-common:characters:apostrophe": "apostrophe", // short name or description of the "'" character
"intl-common:characters:ampersand": "ampersand", // short name or description of the "&" character
"intl-common:characters:asterisk": "asterisk", // short name or description of the "*" character
"intl-common:characters:backslash": "backslash", // short name or description of the "\" character
"intl-common:characters:colon": "colon", // short name or description of the ":" character
"intl-common:characters:comma": "comma", // short name or description of the "," character
"intl-common:characters:greaterThan": "greater-than sign", // short name or description of the ">" character
"intl-common:characters:lessThan": "less-than sign", // short name or description of the "<" character
"intl-common:characters:numberSign": "number sign", // short name or description of the "#" character
"intl-common:characters:percentSign": "percent sign", // short name or description of the "%" character
"intl-common:characters:pipe": "pipe", // short name or description of the "|" character
"intl-common:characters:questionMark": "question mark", // short name or description of the "?" character
"intl-common:characters:quotationMark": "quotation mark", // short name or description of the '"' character
"intl-common:navigation:back:title": "Back", // term for navigating back to the previous page (in Title Case)
"intl-common:navigation:next:title": "Next", // term for navigating to the next page or item (in Title Case)
"intl-common:navigation:previous:title": "Previous", // term for navigating to the previous page or item (in Title Case)
};