-
-
Notifications
You must be signed in to change notification settings - Fork 596
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
i18n Support #109
Comments
Hi @DysonMa, there are no plans to add this to the starter. The starter is simply meant as a starting point or a source of inspiration for how you can build a storefront for a Medusa server. We will most likely be revisiting the starter at some point later this year when we start working on implementing a storefront component library - medusajs/medusa#2856. When we do that we will definitely consider it, but I can't make any promises 🙂 My suggestion to you would be to implement it in your own storefront. Closing for now |
Hello, I am currently working with this template, practicing a little and I would like to know what the root file (_app.js) is so I can configure the i18n https://www.i18next.com/overview/getting-started tool to use it as you propose, friend, could you explain to me where I can locate the configuration in the template? |
Hi there,
I was wondering if you have any plans to support i18n or any multi-language feature in your project's roadmap?
I understand that there are various i18n packages available, but since I have forked this project and added customized features, it would be difficult to merge with your new features in the future. Therefore, it would be greatly appreciated if you could consider adding i18n support to make the integration process easier.
For this Next.js project, perhaps the next-i18next package could be used to achieve this goal.
For example:
Thank you for your consideration!
The text was updated successfully, but these errors were encountered: