@spaceflow/core 0.5.0 → 0.6.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.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/shared/i18n/i18n.ts +2 -0
package/dist/index.js
CHANGED
|
@@ -5718,6 +5718,8 @@ const i18next = __rspack_external_i18next["default"] || __rspack_external_i18nex
|
|
|
5718
5718
|
},
|
|
5719
5719
|
returnNull: false,
|
|
5720
5720
|
returnEmptyString: false,
|
|
5721
|
+
// 确保 init 同步完成(默认 initImmediate: true 会将加载推到 setTimeout)
|
|
5722
|
+
initImmediate: false,
|
|
5721
5723
|
// i18next v25.8+ 会在 init 时输出 locize.com 推广日志
|
|
5722
5724
|
showSupportNotice: false
|
|
5723
5725
|
});
|