@arcgis/components-utils 4.33.0-next.88 → 4.33.0-next.90
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/dist/index.cjs +3 -0
- package/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -265,6 +265,9 @@ const localeEquivalencies = {
|
|
|
265
265
|
pt: "pt-PT",
|
|
266
266
|
// We support both 'nb' and 'no' (BCP 47) for Norwegian but only `no` has corresponding bundle
|
|
267
267
|
nb: "no",
|
|
268
|
+
// We support both 'nn' and 'no' (BCP 47) for Norwegian but only `no` has corresponding bundle
|
|
269
|
+
// See https://devtopia.esri.com/WebGIS/arcgis-web-components/issues/4667
|
|
270
|
+
nn: "no",
|
|
268
271
|
// We use `zh-CN` as base translation for chinese locales which has no corresponding bundle.
|
|
269
272
|
zh: "zh-CN"
|
|
270
273
|
};
|
package/dist/index.js
CHANGED
|
@@ -263,6 +263,9 @@ const localeEquivalencies = {
|
|
|
263
263
|
pt: "pt-PT",
|
|
264
264
|
// We support both 'nb' and 'no' (BCP 47) for Norwegian but only `no` has corresponding bundle
|
|
265
265
|
nb: "no",
|
|
266
|
+
// We support both 'nn' and 'no' (BCP 47) for Norwegian but only `no` has corresponding bundle
|
|
267
|
+
// See https://devtopia.esri.com/WebGIS/arcgis-web-components/issues/4667
|
|
268
|
+
nn: "no",
|
|
266
269
|
// We use `zh-CN` as base translation for chinese locales which has no corresponding bundle.
|
|
267
270
|
zh: "zh-CN"
|
|
268
271
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/components-utils",
|
|
3
|
-
"version": "4.33.0-next.
|
|
3
|
+
"version": "4.33.0-next.90",
|
|
4
4
|
"description": "Collection of common internal patterns and utilities for ArcGIS Maps SDK for JavaScript components.",
|
|
5
5
|
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
6
6
|
"sideEffects": false,
|