Fix jwt-token
This commit is contained in:
@@ -882,4 +882,8 @@ export const changeLanguage = (lang) => {
|
|||||||
window.location.reload();
|
window.location.reload();
|
||||||
};
|
};
|
||||||
|
|
||||||
export const getCurrentLanguage = () => currentLanguage;
|
export const getCurrentLanguage = () => currentLanguage;
|
||||||
|
|
||||||
|
export const useTranslation = () => {
|
||||||
|
return { t };
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user