@brightspace-ui/intl 3.23.1 → 3.24.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/haw.js +10 -10
- package/package.json +1 -1
package/lang/haw.js
CHANGED
|
@@ -2,14 +2,14 @@ export default {
|
|
|
2
2
|
"intl-common:characters:apostrophe": "apostrophe", // short name or description of the "'" character
|
|
3
3
|
"intl-common:characters:ampersand": "ampersand", // short name or description of the "&" character
|
|
4
4
|
"intl-common:characters:asterisk": "asterisk", // short name or description of the "*" character
|
|
5
|
-
"intl-common:characters:backslash": "
|
|
6
|
-
"intl-common:characters:colon": "
|
|
7
|
-
"intl-common:characters:comma": "
|
|
8
|
-
"intl-common:characters:greaterThan": "
|
|
9
|
-
"intl-common:characters:lessThan": "
|
|
10
|
-
"intl-common:characters:numberSign": "
|
|
11
|
-
"intl-common:characters:percentSign": "
|
|
12
|
-
"intl-common:characters:pipe": "
|
|
13
|
-
"intl-common:characters:questionMark": "
|
|
14
|
-
"intl-common:characters:quotationMark": "
|
|
5
|
+
"intl-common:characters:backslash": "kaha kua hope", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "kolonā", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "koma", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "nui-i ka hoailona", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "hōʻailona liʻiliʻi", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "hōʻailona helu", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "hōʻailona pakeneka", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "paipu", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "kaha ninau", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "kaha puana'i", // short name or description of the '"' character
|
|
15
15
|
};
|
package/package.json
CHANGED