@heycater/qualification-funnel 1.3.2 → 1.3.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/dist/index.esm.js CHANGED
@@ -28636,6 +28636,14 @@ const i18nextInit = (config2 = {}) => {
28636
28636
  useSuspense: false
28637
28637
  }
28638
28638
  });
28639
+ } else {
28640
+ Object.entries(localeResources).forEach(([lng, namespaces]) => {
28641
+ Object.entries(namespaces).forEach(([ns2, resources]) => {
28642
+ if (!i18next.hasResourceBundle(lng, ns2)) {
28643
+ i18next.addResourceBundle(lng, ns2, resources);
28644
+ }
28645
+ });
28646
+ });
28639
28647
  }
28640
28648
  if (i18next.language !== locale2) {
28641
28649
  i18next.changeLanguage(locale2);