@x-wave/blog 1.0.26 → 1.0.27

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.
Files changed (2) hide show
  1. package/locales/index.ts +1 -0
  2. package/package.json +1 -1
package/locales/index.ts CHANGED
@@ -156,6 +156,7 @@ i18n
156
156
  .init({
157
157
  resources,
158
158
  fallbackLng: 'en',
159
+ lng: 'en', // Set 'en' as the initial language synchronously
159
160
  debug: false,
160
161
  interpolation: {
161
162
  escapeValue: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-wave/blog",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {