@wix/form-public 0.52.0 → 0.53.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 +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -22341,6 +22341,8 @@ async function createI18n(locale) {
|
|
|
22341
22341
|
interpolation: {
|
|
22342
22342
|
escapeValue: false
|
|
22343
22343
|
},
|
|
22344
|
+
keySeparator: false,
|
|
22345
|
+
nsSeparator: ":",
|
|
22344
22346
|
defaultNS: "translation",
|
|
22345
22347
|
ns: ["translation", FORM_VIEWER_NAMESPACE],
|
|
22346
22348
|
resources: {}
|