@wix/form-public 0.52.0 → 0.54.0

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 CHANGED
@@ -22339,8 +22339,12 @@ async function createI18n(locale) {
22339
22339
  lng: locale,
22340
22340
  fallbackLng: "en",
22341
22341
  interpolation: {
22342
- escapeValue: false
22342
+ escapeValue: false,
22343
+ prefix: "{",
22344
+ suffix: "}"
22343
22345
  },
22346
+ keySeparator: false,
22347
+ nsSeparator: ":",
22344
22348
  defaultNS: "translation",
22345
22349
  ns: ["translation", FORM_VIEWER_NAMESPACE],
22346
22350
  resources: {}