Implemented english, hindi and bangla language integration through i18next

This commit is contained in:
2024-09-29 15:40:10 +05:30
parent dc36a9c094
commit 59fa16cf2d
17 changed files with 401 additions and 47 deletions

View File

@@ -1,9 +1,9 @@
const getUserInfoFromSession = () => {
return {
"User Name": "Rajesh Kumar",
"PACS / Bank Name": "Demo SKUS Ltd.",
"User Type": "PACS Teller",
"Module Name": "Locker",
username: "Rajesh Kumar",
pacsName: "Demo SKUS Ltd.",
userType: "pacsTeller",
moduleName: "locker",
}
}