@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 +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -22330,7 +22330,9 @@ 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
|
},
|
|
22335
22337
|
keySeparator: false,
|
|
22336
22338
|
nsSeparator: ":",
|