@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 +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -22330,8 +22330,12 @@ async function createI18n(locale) {
|
|
|
22330
22330
|
lng: locale,
|
|
22331
22331
|
fallbackLng: "en",
|
|
22332
22332
|
interpolation: {
|
|
22333
|
-
escapeValue: false
|
|
22333
|
+
escapeValue: false,
|
|
22334
|
+
prefix: "{",
|
|
22335
|
+
suffix: "}"
|
|
22334
22336
|
},
|
|
22337
|
+
keySeparator: false,
|
|
22338
|
+
nsSeparator: ":",
|
|
22335
22339
|
defaultNS: "translation",
|
|
22336
22340
|
ns: ["translation", FORM_VIEWER_NAMESPACE],
|
|
22337
22341
|
resources: {}
|