@brightspace-ui/intl 3.26.0 → 3.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lang/mi.js +15 -0
- package/package.json +1 -1
package/lang/mi.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"intl-common:characters:apostrophe": "tohutō", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "me", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "whetu-riki", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "Rarapa whakahoki", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "kopirua", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "korowhitiwhiti", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "tohu nui-ake", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "tohu iti iho", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "tohu tau", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "tohu o te ōrau", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "paipa", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "tohu pātai", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "tohu whakatikatika", // short name or description of the '"' character
|
|
15
|
+
};
|
package/package.json
CHANGED