Description
What is the location of your example repository?
No response
Which package or tool is having this issue?
Hydrogen
What version of that package or tool are you using?
2024.7.4
What version of Remix are you using?
2.11.2
Steps to Reproduce
- Create a new Hydrogen project using
npm create @shopify/hydrogen@latest
- Add
i18n
options to the Hydrogen context such as{ language: "FR", country: "FR" }
- Use the
Money
component or theuseMoney
hook and observe the formatted string
Expected Behavior
The formatted price should follow the app’s language format.
Actual Behavior
The formatted price always uses the English format.