Skip to content

Commit

Permalink
testing localization fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunarora-eGov committed Mar 28, 2024
1 parent 60631d3 commit cc1506b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micro-ui/web/packages/core/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ registerRemotes(queryClient)

const App = () => {
const {t} = useTranslation()
console.log(t("CORE_COMMON_LOGIN"),"In Core Module")
console.log(window.i18next.t("CORE_COMMON_LOGIN"),"In Core Module")
const { login, history, isSignedIn$, logout } = useAuth();
const { navigate } = useRouter();
const enabledModules=["PT","HRMS","Workbench","DSS","Measurement"]
Expand Down

0 comments on commit cc1506b

Please sign in to comment.