@trackunit/i18n-library-translation
Advanced tools
Comparing version 0.0.30 to 0.0.31
@@ -54,4 +54,2 @@ import { jsx } from 'react/jsx-runtime'; | ||
* Pass the apps/extensions TranslationResource to this function for them to be available as well. | ||
* | ||
* @param initialResource {TranslationResource} | ||
*/ | ||
@@ -121,3 +119,3 @@ const initializeTranslationsForApp = () => { | ||
* @param options options to send to i18next | ||
* @returns useTranslation with custom t function | ||
* @returns {[TransForLibs, i18n, boolean]} useTranslation with custom t function | ||
*/ | ||
@@ -124,0 +122,0 @@ const useNamespaceTranslation = (namespace, options) => { |
@@ -5,3 +5,3 @@ { | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"module": "./index.js", | ||
@@ -17,3 +17,3 @@ "main": "./index.js", | ||
"i18next-resources-to-backend": "1.1.0", | ||
"@trackunit/iris-app-api": "0.0.79", | ||
"@trackunit/iris-app-api": "0.0.80", | ||
"@sentry/browser": "7.24.2" | ||
@@ -20,0 +20,0 @@ }, |
@@ -18,5 +18,3 @@ import { TranslationResource } from "./types"; | ||
* Pass the apps/extensions TranslationResource to this function for them to be available as well. | ||
* | ||
* @param initialResource {TranslationResource} | ||
*/ | ||
export declare const initializeTranslationsForApp: () => void; |
@@ -10,3 +10,3 @@ import { i18n, TOptions } from "i18next"; | ||
* @param options options to send to i18next | ||
* @returns useTranslation with custom t function | ||
* @returns {[TransForLibs, i18n, boolean]} useTranslation with custom t function | ||
*/ | ||
@@ -13,0 +13,0 @@ export declare const useNamespaceTranslation: <TranslationKeys extends string>(namespace: string, options?: UseTranslationOptions) => [TransForLibs<TranslationKeys>, i18n, boolean] & { |
11533
214
+ Added@trackunit/iris-app-api@0.0.80(transitive)
- Removed@trackunit/iris-app-api@0.0.79(transitive)