@arcgis/toolkit 5.1.0-next.56 → 5.1.0-next.58
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/intl/index.cjs +2 -2
- package/dist/intl/index.js +2 -2
- package/package.json +1 -1
package/dist/intl/index.cjs
CHANGED
|
@@ -12,8 +12,8 @@ const supportedLocales = (
|
|
|
12
12
|
const defaultLocale = "en";
|
|
13
13
|
const localeEquivalencies = {
|
|
14
14
|
//#region localeEquivalencies
|
|
15
|
-
// We
|
|
16
|
-
pt: "pt-
|
|
15
|
+
// We resolve to `pt-BR` as it will have the same translations as `pt`, which has no corresponding bundle
|
|
16
|
+
pt: "pt-BR",
|
|
17
17
|
// We support both 'nb' and 'no' (BCP 47) for Norwegian but only `no` has corresponding bundle
|
|
18
18
|
nb: "no",
|
|
19
19
|
// We support both 'nn' and 'no' (BCP 47) for Norwegian but only `no` has corresponding bundle
|
package/dist/intl/index.js
CHANGED
|
@@ -10,8 +10,8 @@ const supportedLocales = (
|
|
|
10
10
|
const defaultLocale = "en";
|
|
11
11
|
const localeEquivalencies = {
|
|
12
12
|
//#region localeEquivalencies
|
|
13
|
-
// We
|
|
14
|
-
pt: "pt-
|
|
13
|
+
// We resolve to `pt-BR` as it will have the same translations as `pt`, which has no corresponding bundle
|
|
14
|
+
pt: "pt-BR",
|
|
15
15
|
// We support both 'nb' and 'no' (BCP 47) for Norwegian but only `no` has corresponding bundle
|
|
16
16
|
nb: "no",
|
|
17
17
|
// We support both 'nn' and 'no' (BCP 47) for Norwegian but only `no` has corresponding bundle
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/toolkit",
|
|
3
|
-
"version": "5.1.0-next.
|
|
3
|
+
"version": "5.1.0-next.58",
|
|
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,
|