Projektstart
This commit is contained in:
7
frontend/node_modules/react-i18next/src/i18nInstance.js
generated
vendored
Normal file
7
frontend/node_modules/react-i18next/src/i18nInstance.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
let i18nInstance;
|
||||
|
||||
export const setI18n = (instance) => {
|
||||
i18nInstance = instance;
|
||||
};
|
||||
|
||||
export const getI18n = () => i18nInstance;
|
||||
Reference in New Issue
Block a user