@brightspace-ui/intl
Version:
Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.
19 lines (18 loc) • 1.59 kB
JavaScript
export default {
"intl-common:characters:apostrophe": "'", // short name or description of the "'" character
"intl-common:characters:ampersand": "&", // short name or description of the "&" character
"intl-common:characters:asterisk": "*", // short name or description of the "*" character
"intl-common:characters:backslash": "\\", // short name or description of the "\" character
"intl-common:characters:colon": ":", // short name or description of the ":" character
"intl-common:characters:comma": ",", // short name or description of the "," character
"intl-common:characters:greaterThan": ">", // short name or description of the ">" character
"intl-common:characters:lessThan": "<", // short name or description of the "<" character
"intl-common:characters:numberSign": "#", // short name or description of the "#" character
"intl-common:characters:percentSign": "%", // short name or description of the "%" character
"intl-common:characters:pipe": "|", // short name or description of the "|" character
"intl-common:characters:questionMark": "?", // short name or description of the "?" character
"intl-common:characters:quotationMark": "\"-\"", // 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": "ถัดไป", // term for navigating to the next page or item (in Title Case)
"intl-common:navigation:previous:title": "ก่อนหน้า", // term for navigating to the previous page or item (in Title Case)
};