@kokimoki/app 3.1.0 → 3.1.1

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.
@@ -129,6 +129,8 @@ export class KokimokiI18nService {
129
129
  fallbackLng,
130
130
  ns: namespaces,
131
131
  defaultNS,
132
+ // Wait for backend to load translations before resolving
133
+ initImmediate: false,
132
134
  backend: {
133
135
  // i18next-http-backend passes lng as array, extract first element
134
136
  loadPath: (lngs, ns) => {
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const KOKIMOKI_APP_VERSION = "3.1.0";
1
+ export declare const KOKIMOKI_APP_VERSION = "3.1.1";
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Auto-generated file. Do not edit manually.
2
- export const KOKIMOKI_APP_VERSION = '3.1.0';
2
+ export const KOKIMOKI_APP_VERSION = '3.1.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kokimoki/app",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "type": "module",
5
5
  "description": "Kokimoki app",
6
6
  "main": "dist/index.js",