@brightspace-ui/intl 3.21.1 → 3.21.3
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/helpers/getLocalizeResources.js +1 -1
- package/lang/ar.js +13 -13
- package/lang/cy.js +13 -13
- package/lang/da.js +13 -13
- package/lang/de.js +13 -13
- package/lang/en-gb.js +13 -13
- package/lang/es-es.js +13 -13
- package/lang/es.js +13 -13
- package/lang/fr-fr.js +13 -13
- package/lang/fr-on.js +15 -0
- package/lang/fr.js +13 -13
- package/lang/hi.js +13 -13
- package/lang/ja.js +13 -13
- package/lang/ko.js +13 -13
- package/lang/nl.js +13 -13
- package/lang/pt.js +13 -13
- package/lang/sv.js +13 -13
- package/lang/tr.js +13 -13
- package/lang/zh-cn.js +13 -13
- package/lang/zh-tw.js +13 -13
- package/lib/PluralRules.js +0 -2
- package/lib/common.js +1 -1
- package/lib/localize.js +0 -7
- package/package.json +4 -4
package/lang/ar.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:characters:apostrophe": "
|
|
3
|
-
"intl-common:characters:ampersand": "
|
|
4
|
-
"intl-common:characters:asterisk": "
|
|
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": "
|
|
2
|
+
"intl-common:characters:apostrophe": "الفاصلة العليا", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "علامة العطف \"&\"", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "العلامة النجمية", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "الشرطة المائلة", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "النقطتان", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "الفاصلة", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "علامة أكبر من", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "علامة أقل من", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "علامة الرقم", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "علامة النسبة المئوية", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "الخط العمودي", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "علامة الاستفهام", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "علامة الاقتباس", // short name or description of the '"' character
|
|
15
15
|
};
|
package/lang/cy.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:characters:apostrophe": "
|
|
3
|
-
"intl-common:characters:ampersand": "ampersand",
|
|
4
|
-
"intl-common:characters:asterisk": "
|
|
5
|
-
"intl-common:characters:backslash": "
|
|
6
|
-
"intl-common:characters:colon": "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": "
|
|
2
|
+
"intl-common:characters:apostrophe": "collnod", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "ampersand", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "seren", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "ôl-slaes", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "colon", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "coma", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "arwydd mwy-nag", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "arwydd llai na", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "arwydd rhif", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "arwydd canran", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "pibell", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "gofynnod", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "dyfynnod", // short name or description of the '"' character
|
|
15
15
|
};
|
package/lang/da.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:characters:apostrophe": "
|
|
3
|
-
"intl-common:characters:ampersand": "
|
|
4
|
-
"intl-common:characters:asterisk": "
|
|
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": "
|
|
2
|
+
"intl-common:characters:apostrophe": "apostrof", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "og-tegn", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "stjerne", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "omvendt skråstreg", // 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": "komma", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "større end-tegn", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "mindre end-tegn", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "nummertegn", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "procenttegn", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "lodret streg", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "spørgsmålstegn", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "anførselstegn", // short name or description of the '"' character
|
|
15
15
|
};
|
package/lang/de.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:characters:apostrophe": "
|
|
3
|
-
"intl-common:characters:ampersand": "
|
|
4
|
-
"intl-common:characters:asterisk": "
|
|
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": "
|
|
2
|
+
"intl-common:characters:apostrophe": "Apostroph", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "Kaufmännisches Und", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "Sternchen", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "Umgekehrter Schrägstrich", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "Doppelpunkt", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "Komma", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "Größer-als-Zeichen", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "Kleiner-als-Zeichen", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "Nummernzeichen", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "Prozentzeichen", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "Senkrechter Strich", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "Fragezeichen", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "Anführungszeichen", // short name or description of the '"' character
|
|
15
15
|
};
|
package/lang/en-gb.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:characters:apostrophe": "apostrophe",
|
|
3
|
-
"intl-common:characters:ampersand": "ampersand",
|
|
4
|
-
"intl-common:characters:asterisk": "asterisk",
|
|
5
|
-
"intl-common:characters:backslash": "backslash",
|
|
6
|
-
"intl-common:characters:colon": "colon",
|
|
7
|
-
"intl-common:characters:comma": "comma",
|
|
8
|
-
"intl-common:characters:greaterThan": "greater-than sign",
|
|
9
|
-
"intl-common:characters:lessThan": "less-than sign",
|
|
10
|
-
"intl-common:characters:numberSign": "number sign",
|
|
11
|
-
"intl-common:characters:percentSign": "percent sign",
|
|
12
|
-
"intl-common:characters:pipe": "pipe",
|
|
13
|
-
"intl-common:characters:questionMark": "question mark",
|
|
14
|
-
"intl-common:characters:quotationMark": "quotation mark",
|
|
2
|
+
"intl-common:characters:apostrophe": "apostrophe", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "ampersand", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "asterisk", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "backslash", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "colon", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "comma", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "greater-than sign", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "less-than sign", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "number sign", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "percent sign", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "pipe", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "question mark", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "quotation mark", // short name or description of the '"' character
|
|
15
15
|
};
|
package/lang/es-es.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:characters:apostrophe": "
|
|
3
|
-
"intl-common:characters:ampersand": "
|
|
4
|
-
"intl-common:characters:asterisk": "
|
|
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": "
|
|
2
|
+
"intl-common:characters:apostrophe": "apóstrofe", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "et", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "asterisco", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "barra invertida", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "dos puntos", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "coma", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "signo \"mayor que\"", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "signo \"menor que\"", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "signo de número", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "signo de porcentaje", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "pleca", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "signo de interrogación", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "comillas", // short name or description of the '"' character
|
|
15
15
|
};
|
package/lang/es.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:characters:apostrophe": "
|
|
3
|
-
"intl-common:characters:ampersand": "
|
|
4
|
-
"intl-common:characters:asterisk": "
|
|
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": "
|
|
2
|
+
"intl-common:characters:apostrophe": "apóstrofo", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "&", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "asterisco", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "Barra invertida", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "dos puntos", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "coma", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "símbolo “mayor que”", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "símbolo “menor que”", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "símbolo numérico", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "símbolo de porcentaje", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "Barra vertical", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "signo de interrogación", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "comilla", // short name or description of the '"' character
|
|
15
15
|
};
|
package/lang/fr-fr.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:characters:apostrophe": "apostrophe",
|
|
3
|
-
"intl-common:characters:ampersand": "
|
|
4
|
-
"intl-common:characters:asterisk": "
|
|
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": "
|
|
2
|
+
"intl-common:characters:apostrophe": "apostrophe", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "esperluette", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "astérisque", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "barre oblique inversée", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "deux-points", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "virgule", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "signe supérieur à", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "signe inférieur à", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "symbole numérique", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "symbole de pourcentage", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "barre verticale", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "point d’interrogation", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "guillemet anglais", // short name or description of the '"' character
|
|
15
15
|
};
|
package/lang/fr-on.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"intl-common:characters:apostrophe": "apostrophe", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "perluète", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "astérisque", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "barre oblique inversée", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "deux-points", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "virgule", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "symbole supérieur à", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "symbole inférieur à", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "symbole de chiffre", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "symbole de pourcentage", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "barre verticale", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "point d'interrogation", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "guillemet", // short name or description of the '"' character
|
|
15
|
+
};
|
package/lang/fr.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:characters:apostrophe": "apostrophe",
|
|
3
|
-
"intl-common:characters:ampersand": "
|
|
4
|
-
"intl-common:characters:asterisk": "
|
|
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": "
|
|
2
|
+
"intl-common:characters:apostrophe": "apostrophe", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "perluète", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "astérisque", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "barre oblique inversée", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "deux-points", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "virgule", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "symbole supérieur à", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "symbole inférieur à", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "symbole de chiffre", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "symbole de pourcentage", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "barre verticale", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "point d'interrogation", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "guillemet", // short name or description of the '"' character
|
|
15
15
|
};
|
package/lang/hi.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:characters:apostrophe": "
|
|
3
|
-
"intl-common:characters:ampersand": "
|
|
4
|
-
"intl-common:characters:asterisk": "
|
|
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": "
|
|
2
|
+
"intl-common:characters:apostrophe": "एपोस्ट्रॉफी", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "ऐंपरसैंड", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "एस्टरिक", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "बैकस्लेश", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "कॉलन", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "कॉमा", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "इससे बड़ा का चिह्न", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "इससे छोटा का चिह्न", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "संख्या का चिह्न", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "प्रतिशत का चिह्न", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "पाइप", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "प्रश्नवाचक चिह्न", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "उद्धरण चिह्न", // short name or description of the '"' character
|
|
15
15
|
};
|
package/lang/ja.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:characters:apostrophe": "
|
|
3
|
-
"intl-common:characters:ampersand": "
|
|
4
|
-
"intl-common:characters:asterisk": "
|
|
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": "
|
|
2
|
+
"intl-common:characters:apostrophe": "アポストロフィ", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "アンパサンド", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "星印", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "逆斜線", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "コロン", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "カンマ", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "大なり記号", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "小なり記号", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "ナンバー記号", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "パーセント記号", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "縦棒", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "疑問符", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "引用符", // short name or description of the '"' character
|
|
15
15
|
};
|
package/lang/ko.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:characters:apostrophe": "
|
|
3
|
-
"intl-common:characters:ampersand": "
|
|
4
|
-
"intl-common:characters:asterisk": "
|
|
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": "
|
|
2
|
+
"intl-common:characters:apostrophe": "아포스트로피", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "앰퍼샌드", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "별표", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "백슬래시", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "콜론", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "쉼표", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "보다 큼 기호", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "보다 작음 기호", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "숫자 기호", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "퍼센트 기호", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "수직선", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "물음표", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "따옴표", // short name or description of the '"' character
|
|
15
15
|
};
|
package/lang/nl.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:characters:apostrophe": "
|
|
3
|
-
"intl-common:characters:ampersand": "
|
|
4
|
-
"intl-common:characters:asterisk": "
|
|
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": "
|
|
2
|
+
"intl-common:characters:apostrophe": "apostrof", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "en-teken", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "sterretje", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "schuine streep", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "dubbele punt", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "komma", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "groter-dan-teken", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "kleiner-dan-teken", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "nummerteken", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "procentuele teken", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "sluisteken", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "vraagteken", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "aanhalingsteken", // short name or description of the '"' character
|
|
15
15
|
};
|
package/lang/pt.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:characters:apostrophe": "
|
|
3
|
-
"intl-common:characters:ampersand": "
|
|
4
|
-
"intl-common:characters:asterisk": "
|
|
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": "pipe",
|
|
13
|
-
"intl-common:characters:questionMark": "
|
|
14
|
-
"intl-common:characters:quotationMark": "
|
|
2
|
+
"intl-common:characters:apostrophe": "apóstrofo", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "E comercial", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "asterisco", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "barra invertida", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "dois-pontos", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "vírgula", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "sinal de maior que", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "sinal de menor que", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "cerquilha", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "sinal de porcentagem", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "pipe", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "ponto de interrogação", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "aspas", // short name or description of the '"' character
|
|
15
15
|
};
|
package/lang/sv.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:characters:apostrophe": "
|
|
3
|
-
"intl-common:characters:ampersand": "
|
|
4
|
-
"intl-common:characters:asterisk": "asterisk",
|
|
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": "
|
|
2
|
+
"intl-common:characters:apostrophe": "apostrof", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "et-tecken", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "asterisk", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "bakstreck", // 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": "kommatecken", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "större än-tecken", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "mindre än-tecken", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "nummertecken", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "procenttecken", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "lodstreck", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "frågetecken", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "citattecken", // short name or description of the '"' character
|
|
15
15
|
};
|
package/lang/tr.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:characters:apostrophe": "
|
|
3
|
-
"intl-common:characters:ampersand": "
|
|
4
|
-
"intl-common:characters:asterisk": "
|
|
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": "
|
|
2
|
+
"intl-common:characters:apostrophe": "kesme işareti", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "ve işareti", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "yıldız işareti", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "ters eğik çizgi", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "iki nokta üst üste", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "virgül", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "büyüktür işareti", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "küçüktür işareti", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "numara işareti", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "yüzde işareti", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "düz çizgi", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "soru işareti", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "tırnak işareti", // short name or description of the '"' character
|
|
15
15
|
};
|
package/lang/zh-cn.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:characters:apostrophe": "
|
|
3
|
-
"intl-common:characters:ampersand": "
|
|
4
|
-
"intl-common:characters:asterisk": "
|
|
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": "
|
|
2
|
+
"intl-common:characters:apostrophe": "撇号", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "和号 (&)", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "星号", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "反斜杠", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "冒号", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "逗号", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "大于号", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "小于号", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "数字符号", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "百分号", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "管道符号", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "问号", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "引号", // short name or description of the '"' character
|
|
15
15
|
};
|
package/lang/zh-tw.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:characters:apostrophe": "
|
|
3
|
-
"intl-common:characters:ampersand": "
|
|
4
|
-
"intl-common:characters:asterisk": "
|
|
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": "
|
|
2
|
+
"intl-common:characters:apostrophe": "撇號", // short name or description of the "'" character
|
|
3
|
+
"intl-common:characters:ampersand": "& 符號", // short name or description of the "&" character
|
|
4
|
+
"intl-common:characters:asterisk": "星號", // short name or description of the "*" character
|
|
5
|
+
"intl-common:characters:backslash": "反斜線", // short name or description of the "\" character
|
|
6
|
+
"intl-common:characters:colon": "冒號", // short name or description of the ":" character
|
|
7
|
+
"intl-common:characters:comma": "逗號", // short name or description of the "," character
|
|
8
|
+
"intl-common:characters:greaterThan": "大於符號", // short name or description of the ">" character
|
|
9
|
+
"intl-common:characters:lessThan": "小於符號", // short name or description of the "<" character
|
|
10
|
+
"intl-common:characters:numberSign": "數字符號", // short name or description of the "#" character
|
|
11
|
+
"intl-common:characters:percentSign": "百分比符號", // short name or description of the "%" character
|
|
12
|
+
"intl-common:characters:pipe": "豎線", // short name or description of the "|" character
|
|
13
|
+
"intl-common:characters:questionMark": "問號", // short name or description of the "?" character
|
|
14
|
+
"intl-common:characters:quotationMark": "英文雙引號", // short name or description of the '"' character
|
|
15
15
|
};
|
package/lib/PluralRules.js
CHANGED
|
@@ -52,11 +52,9 @@ class PluralRules extends Intl.PluralRules {
|
|
|
52
52
|
this.#localeData = localeData[this.#locale];
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
|
-
|
|
56
55
|
resolvedOptions() {
|
|
57
56
|
return { ...super.resolvedOptions(), ...this.#localeData?.options[this.#type] };
|
|
58
57
|
}
|
|
59
|
-
|
|
60
58
|
select(n) {
|
|
61
59
|
if (this.#localeData) {
|
|
62
60
|
return this.#localeData.select(n, this.#type === 'ordinal');
|
package/lib/common.js
CHANGED
package/lib/localize.js
CHANGED
|
@@ -35,7 +35,6 @@ const noAllowedTagsRegex = getDisallowedTagsRegex([]);
|
|
|
35
35
|
export const getLocalizeClass = (superclass = class {}) => class LocalizeClass extends superclass {
|
|
36
36
|
|
|
37
37
|
static documentLocaleSettings = getDocumentLocaleSettings();
|
|
38
|
-
|
|
39
38
|
static setLocalizeMarkup(localizeMarkup) {
|
|
40
39
|
this.#localizeMarkup ??= localizeMarkup;
|
|
41
40
|
}
|
|
@@ -48,12 +47,10 @@ export const getLocalizeClass = (superclass = class {}) => class LocalizeClass e
|
|
|
48
47
|
this.#connected = true;
|
|
49
48
|
this.#localeChangeCallback();
|
|
50
49
|
}
|
|
51
|
-
|
|
52
50
|
disconnect() {
|
|
53
51
|
LocalizeClass.documentLocaleSettings.removeChangeListener(this.#localeChangeCallback);
|
|
54
52
|
this.#connected = false;
|
|
55
53
|
}
|
|
56
|
-
|
|
57
54
|
localize(name, replacements) {
|
|
58
55
|
|
|
59
56
|
const { language, value } = this.localize.resources?.[name] ?? {};
|
|
@@ -132,7 +129,6 @@ export const getLocalizeClass = (superclass = class {}) => class LocalizeClass e
|
|
|
132
129
|
#resourcesPromise;
|
|
133
130
|
|
|
134
131
|
__resourcesLoadedPromise = new Promise(r => this.#resolveResourcesLoaded = r);
|
|
135
|
-
|
|
136
132
|
static _generatePossibleLanguages(config) {
|
|
137
133
|
|
|
138
134
|
if (config?.useBrowserLangs) return navigator.languages.map(e => e.toLowerCase()).concat('en');
|
|
@@ -145,7 +141,6 @@ export const getLocalizeClass = (superclass = class {}) => class LocalizeClass e
|
|
|
145
141
|
|
|
146
142
|
return Array.from(new Set([ ...langs, 'en-us', 'en' ]));
|
|
147
143
|
}
|
|
148
|
-
|
|
149
144
|
static _getAllLocalizeResources(config = this.localizeConfig) {
|
|
150
145
|
const resourcesLoadedPromises = [];
|
|
151
146
|
const superCtor = Object.getPrototypeOf(this);
|
|
@@ -172,7 +167,6 @@ export const getLocalizeClass = (superclass = class {}) => class LocalizeClass e
|
|
|
172
167
|
}
|
|
173
168
|
return Promise.all(resourcesLoadedPromises);
|
|
174
169
|
}
|
|
175
|
-
|
|
176
170
|
static async _getLocalizeResources(langs, { importFunc, osloCollection, useBrowserLangs }) {
|
|
177
171
|
|
|
178
172
|
if (importFunc === undefined) return;
|
|
@@ -203,7 +197,6 @@ export const getLocalizeClass = (superclass = class {}) => class LocalizeClass e
|
|
|
203
197
|
}
|
|
204
198
|
}
|
|
205
199
|
}
|
|
206
|
-
|
|
207
200
|
_hasResources() {
|
|
208
201
|
if (this.constructor.localizeConfig) {
|
|
209
202
|
return this.constructor.localizeConfig !== undefined ||
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/intl",
|
|
3
|
-
"version": "3.21.
|
|
3
|
+
"version": "3.21.3",
|
|
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",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"lint": "eslint .
|
|
8
|
+
"lint": "eslint .",
|
|
9
9
|
"start": "web-dev-server --node-resolve --watch --open /demo/",
|
|
10
10
|
"test:unit": "d2l-test-runner",
|
|
11
11
|
"test": "npm run lint && npm run test:unit"
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"homepage": "https://github.com/BrightspaceUI/intl",
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@brightspace-ui/testing": "^1",
|
|
43
|
-
"eslint": "^
|
|
44
|
-
"eslint-config-brightspace": "^
|
|
43
|
+
"eslint": "^9",
|
|
44
|
+
"eslint-config-brightspace": "^2",
|
|
45
45
|
"sinon": "^19.0.2"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|