i18n-keyless-core 1.1.8 → 1.1.9
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/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -80,7 +80,7 @@ export interface I18nConfig {
|
|
|
80
80
|
* 2. Enable it in prod mode only: you take a risk taht the translations is not available when required for the first user demanding
|
|
81
81
|
* Best take: enable it all the time
|
|
82
82
|
*/
|
|
83
|
-
addMissingTranslations
|
|
83
|
+
addMissingTranslations?: boolean;
|
|
84
84
|
/**
|
|
85
85
|
* called right after the store is initialized, maybe to hide screensplash. or init specific default langauge for dayjs, or whatever
|
|
86
86
|
*/
|