i18next 25.1.0 → 25.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.
- package/dist/esm/package.json +1 -1
- package/package.json +1 -1
- package/typescript/options.d.ts +1 -1
package/dist/esm/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"module","version":"25.1.
|
|
1
|
+
{"type":"module","version":"25.1.1"}
|
package/package.json
CHANGED
package/typescript/options.d.ts
CHANGED
|
@@ -472,7 +472,7 @@ export interface InitOptions<T = object> extends PluginOptions<T> {
|
|
|
472
472
|
* Receives a key that was not found in `t()` and returns a value, that will be returned by `t()`
|
|
473
473
|
* @default noop
|
|
474
474
|
*/
|
|
475
|
-
parseMissingKeyHandler?(key: string, defaultValue?: string, options?:
|
|
475
|
+
parseMissingKeyHandler?(key: string, defaultValue?: string, options?: any): any;
|
|
476
476
|
|
|
477
477
|
/**
|
|
478
478
|
* Appends namespace to missing key
|