@brightspace-ui/intl 3.32.0 → 3.32.2
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/hi.js +1 -1
- package/lang/th.js +14 -14
- package/lib/_timeZones/data/america.js +4 -0
- package/package.json +2 -2
package/lang/hi.js
CHANGED
|
@@ -5,7 +5,7 @@ export default {
|
|
|
5
5
|
"intl-common:actions:cancel": "कैंसल करें", // cancel action (in Title Case)
|
|
6
6
|
"intl-common:actions:clear": "मिटाएं", // clear action (in Title Case)
|
|
7
7
|
"intl-common:actions:close": "बंद करें", // close action (in Title Case)
|
|
8
|
-
"intl-common:actions:confirm": "
|
|
8
|
+
"intl-common:actions:confirm": "कन्फ़र्म करें", // confirm action (in Title Case)
|
|
9
9
|
"intl-common:actions:copy": "कॉपी करें", // copy action (in Title Case)
|
|
10
10
|
"intl-common:actions:create": "बनाएँ", // create action (in Title Case)
|
|
11
11
|
"intl-common:actions:delete": "हटाएँ", // delete action (in Title Case)
|
package/lang/th.js
CHANGED
|
@@ -20,21 +20,21 @@ export default {
|
|
|
20
20
|
"intl-common:actions:search": "ค้นหา", // search action (in Title Case)
|
|
21
21
|
"intl-common:actions:submit": "ส่ง", // submit action (in Title Case)
|
|
22
22
|
"intl-common:actions:update": "อัปเดต", // update action (in Title Case)
|
|
23
|
-
"intl-common:characters:ampersand": "
|
|
24
|
-
"intl-common:characters:apostrophe": "
|
|
25
|
-
"intl-common:characters:asterisk": "
|
|
26
|
-
"intl-common:characters:backslash": "
|
|
27
|
-
"intl-common:characters:colon": "
|
|
28
|
-
"intl-common:characters:comma": "
|
|
29
|
-
"intl-common:characters:greaterThan": "
|
|
30
|
-
"intl-common:characters:lessThan": "
|
|
31
|
-
"intl-common:characters:numberSign": "
|
|
32
|
-
"intl-common:characters:percentSign": "
|
|
33
|
-
"intl-common:characters:pipe": "
|
|
34
|
-
"intl-common:characters:questionMark": "
|
|
35
|
-
"intl-common:characters:quotationMark": "
|
|
23
|
+
"intl-common:characters:ampersand": "และ", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "เครื่องหมายแสดงความเป็นเจ้าของ/ย่อ", // short name or description of the "'" character
|
|
25
|
+
"intl-common:characters:asterisk": "เครื่องหมายดอกจัน", // short name or description of the "*" character
|
|
26
|
+
"intl-common:characters:backslash": "เครื่องหมายทับกลับ", // short name or description of the "\" character
|
|
27
|
+
"intl-common:characters:colon": "เครื่องหมายทวิภาค", // short name or description of the ":" character
|
|
28
|
+
"intl-common:characters:comma": "เครื่องหมายจุลภาค", // short name or description of the "," character
|
|
29
|
+
"intl-common:characters:greaterThan": "เครื่องหมายมากกว่า", // short name or description of the ">" character
|
|
30
|
+
"intl-common:characters:lessThan": "เครื่องหมายน้อยกว่า", // short name or description of the "<" character
|
|
31
|
+
"intl-common:characters:numberSign": "เครื่องหมายจำนวน", // short name or description of the "#" character
|
|
32
|
+
"intl-common:characters:percentSign": "เครื่องหมายร้อยละ", // short name or description of the "%" character
|
|
33
|
+
"intl-common:characters:pipe": "เครื่องหมายขีดตั้ง", // short name or description of the "|" character
|
|
34
|
+
"intl-common:characters:questionMark": "เครื่องหมายคำถาม", // short name or description of the "?" character
|
|
35
|
+
"intl-common:characters:quotationMark": "เครื่องหมายคำพูด", // short name or description of the '"' character
|
|
36
36
|
"intl-common:confirm:no": "ไม่", // no response to a question (in Title Case)
|
|
37
|
-
"intl-common:confirm:ok": "
|
|
37
|
+
"intl-common:confirm:ok": "ตกลง", // okay response to a question
|
|
38
38
|
"intl-common:confirm:yes": "ใช่", // yes response to a question (in Title Case)
|
|
39
39
|
"intl-common:navigation:back:title": "ย้อนกลับ", // term for navigating back to the previous page (in Title Case)
|
|
40
40
|
"intl-common:navigation:continue:title": "ดำเนินการต่อ", // continue action (in Title Case)
|
|
@@ -156,6 +156,10 @@ export const americaTimezones = {
|
|
|
156
156
|
regionCode: 'MX',
|
|
157
157
|
ianaSource: 'northamerica'
|
|
158
158
|
},
|
|
159
|
+
'America/Coral_Harbour': {
|
|
160
|
+
regionCode: 'CA',
|
|
161
|
+
ianaSource: 'northamerica'
|
|
162
|
+
},
|
|
159
163
|
'America/Costa_Rica': {
|
|
160
164
|
regionCode: 'CR',
|
|
161
165
|
ianaSource: 'northamerica'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/intl",
|
|
3
|
-
"version": "3.32.
|
|
3
|
+
"version": "3.32.2",
|
|
4
4
|
"description": "Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.",
|
|
5
5
|
"main": "lib/number.js",
|
|
6
6
|
"type": "module",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@brightspace-ui/testing": "^1",
|
|
43
43
|
"eslint": "^9",
|
|
44
44
|
"eslint-config-brightspace": "^2",
|
|
45
|
-
"sinon": "^
|
|
45
|
+
"sinon": "^21.0.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"intl-messageformat": "^10"
|