Vijay
Vijay
This PR implements a generic approach by introducing a reusable ContextProvider component - `BookerI18nextProvider`
Resolved merge conflicts. Gentle reminder for review/approve.
> @vijayraghav-io pls fix the conflicts sure, will do
> I guess this should also be as per the interface language > I believed since this is final output page during booking and there is no interaction, also this...
> > > I guess this should also be as per the interface language > > > > > > I believed since this is final output page during booking...
@TusharBhatt1 , have updated to affect success page translation also based on interface language selected. Have attached latest loom in description. Also updated e2e test for success page, verified passing...
fixing type checks....
found the root cause for TypeCheck error , working on it...
@TusharBhatt1 , all tests are passing 🙏 . earlier i had created `BookerI18nextProvider` in atoms package, this was causing typechecks to fail while importing in `useLocale` file only. Hence moved...
@TusharBhatt1 , all checks are passing 🙏