-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add locale support in the app #106
Comments
ymaheshwari1
added a commit
to ymaheshwari1/reroute-fulfilment
that referenced
this issue
Dec 4, 2024
Used the locale string from the order to be used in the app, as app does not have any functionality to change locale
ymaheshwari1
added a commit
that referenced
this issue
Dec 4, 2024
Implemented: locale support in the app(#106)
ymaheshwari1
added a commit
to ymaheshwari1/reroute-fulfilment
that referenced
this issue
Dec 4, 2024
ymaheshwari1
added a commit
that referenced
this issue
Dec 4, 2024
Implemented: locale support in the app by honoring the locale set on the order(#106)
ymaheshwari1
moved this from 🏗 In progress
to 👀 In review
in Digital Experience Platform
Dec 4, 2024
ymaheshwari1
moved this from 👀 In review
to ⏸️ Dev complete
in Digital Experience Platform
Dec 4, 2024
Added locale support in both v1 and v2 of the app. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the app is always displayed in English language, but if the users preferred language is not english then there is no way to change the language in the app.
Need to use the locale added on the order in the app, and if the locale is missing from the order then display the app by default in English.
The text was updated successfully, but these errors were encountered: