intl-messageformat 11.0.6 → 11.0.7
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/intl-messageformat.esm.js +10 -0
- package/intl-messageformat.iife.js +10 -0
- package/package.json +3 -3
|
@@ -1031,6 +1031,12 @@ var timeData = {
|
|
|
1031
1031
|
"hb",
|
|
1032
1032
|
"hB"
|
|
1033
1033
|
],
|
|
1034
|
+
"GS": [
|
|
1035
|
+
"H",
|
|
1036
|
+
"h",
|
|
1037
|
+
"hb",
|
|
1038
|
+
"hB"
|
|
1039
|
+
],
|
|
1034
1040
|
"GT": [
|
|
1035
1041
|
"h",
|
|
1036
1042
|
"H",
|
|
@@ -1943,6 +1949,10 @@ var timeData = {
|
|
|
1943
1949
|
"h",
|
|
1944
1950
|
"H"
|
|
1945
1951
|
],
|
|
1952
|
+
"ku-SY": [
|
|
1953
|
+
"H",
|
|
1954
|
+
"hB"
|
|
1955
|
+
],
|
|
1946
1956
|
"ml-IN": [
|
|
1947
1957
|
"hB",
|
|
1948
1958
|
"h",
|
|
@@ -1098,6 +1098,12 @@ var IntlMessageFormat = (() => {
|
|
|
1098
1098
|
"hb",
|
|
1099
1099
|
"hB"
|
|
1100
1100
|
],
|
|
1101
|
+
"GS": [
|
|
1102
|
+
"H",
|
|
1103
|
+
"h",
|
|
1104
|
+
"hb",
|
|
1105
|
+
"hB"
|
|
1106
|
+
],
|
|
1101
1107
|
"GT": [
|
|
1102
1108
|
"h",
|
|
1103
1109
|
"H",
|
|
@@ -2010,6 +2016,10 @@ var IntlMessageFormat = (() => {
|
|
|
2010
2016
|
"h",
|
|
2011
2017
|
"H"
|
|
2012
2018
|
],
|
|
2019
|
+
"ku-SY": [
|
|
2020
|
+
"H",
|
|
2021
|
+
"hB"
|
|
2022
|
+
],
|
|
2013
2023
|
"ml-IN": [
|
|
2014
2024
|
"hB",
|
|
2015
2025
|
"h",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "intl-messageformat",
|
|
3
3
|
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
|
|
4
|
-
"version": "11.0.
|
|
4
|
+
"version": "11.0.7",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"author": "Eric Ferraiuolo <eferraiuolo@gmail.com>",
|
|
7
7
|
"type": "module",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"tslib": "^2.8.0",
|
|
15
|
+
"@formatjs/ecma402-abstract": "3.0.6",
|
|
15
16
|
"@formatjs/fast-memoize": "3.0.1",
|
|
16
|
-
"@formatjs/
|
|
17
|
-
"@formatjs/icu-messageformat-parser": "3.1.1"
|
|
17
|
+
"@formatjs/icu-messageformat-parser": "3.2.0"
|
|
18
18
|
},
|
|
19
19
|
"bugs": "https://github.com/formatjs/formatjs/issues",
|
|
20
20
|
"contributors": [
|