@trackunit/i18n-library-translation
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -5,3 +5,3 @@ { | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"module": "./index.js", | ||
@@ -17,3 +17,3 @@ "main": "./index.js", | ||
"i18next-resources-to-backend": "1.1.0", | ||
"@trackunit/iris-app-api": "0.0.74", | ||
"@trackunit/iris-app-api": "0.0.75", | ||
"@sentry/browser": "7.24.2" | ||
@@ -20,0 +20,0 @@ }, |
@@ -5,3 +5,3 @@ import { TranslationLanguageKeys } from "@trackunit/iris-app-api"; | ||
*/ | ||
export declare type Languages = { | ||
export type Languages = { | ||
[key in TranslationLanguageKeys]: () => Promise<{ | ||
@@ -8,0 +8,0 @@ default: { |
import { i18n, TOptions } from "i18next"; | ||
import { UseTranslationOptions } from "react-i18next"; | ||
export declare type TransForLibs<LibKeys> = (key: LibKeys, arg2?: string | TOptions, arg3?: string | TOptions) => string; | ||
export type TransForLibs<LibKeys> = (key: LibKeys, arg2?: string | TOptions, arg3?: string | TOptions) => string; | ||
/** | ||
@@ -5,0 +5,0 @@ * This is a custom Type Safe version of react-i18next useTranslation hook. |
11466
+ Added@trackunit/iris-app-api@0.0.75(transitive)
- Removed@trackunit/iris-app-api@0.0.74(transitive)