@wix/form-public 0.53.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,7 +22339,9 @@ 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
  },
22344
22346
  keySeparator: false,
22345
22347
  nsSeparator: ":",