You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spree's endpoints support ?locale parameter, which can affect the language of returned entities.
We should include it in our requests, based on the language selected on the frontend.
What are the acceptance criteria?
When fetching product list, products are returned with names in user's language
When fetching product details, product name and description is returned in user's language
When fetching categories, their names are in user's language
When fetching cart, product names are in user's language
When fetching orders, product names are in user's languages
Additional information
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
How the project can be improved?
Spree's endpoints support ?locale parameter, which can affect the language of returned entities.
We should include it in our requests, based on the language selected on the frontend.
What are the acceptance criteria?
Additional information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: