@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.js
CHANGED
|
@@ -22332,6 +22332,8 @@ async function createI18n(locale) {
|
|
|
22332
22332
|
interpolation: {
|
|
22333
22333
|
escapeValue: false
|
|
22334
22334
|
},
|
|
22335
|
+
keySeparator: false,
|
|
22336
|
+
nsSeparator: ":",
|
|
22335
22337
|
defaultNS: "translation",
|
|
22336
22338
|
ns: ["translation", FORM_VIEWER_NAMESPACE],
|
|
22337
22339
|
resources: {}
|