@ikas/storefront 0.0.161-alpha.12 → 0.0.161-alpha.13
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/build/index.es.js +8 -0
- package/build/index.js +8 -0
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -38052,6 +38052,14 @@ var SettingsHelper = /** @class */ (function () {
|
|
|
38052
38052
|
nextI18nConf = serverRuntimeConfig.nextI18nConf;
|
|
38053
38053
|
routingLocales = uniq_1(storefront.routings.map(function (sr) { return sr.locale; }));
|
|
38054
38054
|
defaultRoutingLocale = routing.locale;
|
|
38055
|
+
console.log(JSON.stringify({
|
|
38056
|
+
i18n: {
|
|
38057
|
+
locales: routingLocales,
|
|
38058
|
+
defaultLocale: defaultRoutingLocale,
|
|
38059
|
+
},
|
|
38060
|
+
serializeConfig: false,
|
|
38061
|
+
localePath: nextI18nConf.localePath,
|
|
38062
|
+
}, null, 2));
|
|
38055
38063
|
if (!isServer) return [3 /*break*/, 4];
|
|
38056
38064
|
_d = {};
|
|
38057
38065
|
_b = [{}];
|
package/build/index.js
CHANGED
|
@@ -38029,6 +38029,14 @@ var SettingsHelper = /** @class */ (function () {
|
|
|
38029
38029
|
nextI18nConf = serverRuntimeConfig.nextI18nConf;
|
|
38030
38030
|
routingLocales = uniq_1(storefront.routings.map(function (sr) { return sr.locale; }));
|
|
38031
38031
|
defaultRoutingLocale = routing.locale;
|
|
38032
|
+
console.log(JSON.stringify({
|
|
38033
|
+
i18n: {
|
|
38034
|
+
locales: routingLocales,
|
|
38035
|
+
defaultLocale: defaultRoutingLocale,
|
|
38036
|
+
},
|
|
38037
|
+
serializeConfig: false,
|
|
38038
|
+
localePath: nextI18nConf.localePath,
|
|
38039
|
+
}, null, 2));
|
|
38032
38040
|
if (!isServer) return [3 /*break*/, 4];
|
|
38033
38041
|
_d = {};
|
|
38034
38042
|
_b = [{}];
|