docs: docs for next release (#14456)

This commit is contained in:
Shahed Nasser
2026-01-06 17:40:26 +02:00
committed by GitHub
parent a960fb75c9
commit a2210ea5e7
19 changed files with 1434 additions and 64 deletions
@@ -36,21 +36,29 @@ You can set supported locales for your store in the [Store](../store/page.mdx#ma
Then, in the storefront, customers can view content in their preferred language based on the available locales.
You can view and manage translations in the Medusa Admin dashboard by going to Settings → Translations. This page allows you to manage translations of resources in bulk.
### View and Manage Translations
You can view and manage translations in the Medusa Admin dashboard by going to Settings → Translations. This page allows you to manage translations of core and custom resources in bulk.
Alternatively, you can manage translations for individual resources directly from their respective pages (for example, from a product's detail page).
![Translations settings page](https://res.cloudinary.com/dza7lstvk/image/upload/v1765888654/User%20Guide/CleanShot_2025-12-16_at_14.36.56_2x_tqvst2.png)
### Translate Custom Resources
Medusa's translation feature supports translating custom resources defined in your application. For example, if you have a blog feature, you can translate blog posts into multiple languages.
To translate custom resources, your technical team needs to configure the Translation Module as explained in the [Translation for Custom Models](!resources!/commerce-modules/translation/custom-data-models) guide.
---
## Manage Translations in Bulk
In the Translations settings page, you can view and manage translations in bulk for various resources in your store, including products and variants.
In the Translations settings page, you can view and manage translations in bulk for various core and custom resources in your store, including products and variants.
<Note>
Currently, Medusa supports translations for product-related resources only. Future versions will include support for translating more core resources, as well as custom resources.
Refer to the [Translation Module](!resources!/commerce-modules/translation#supported-module-translations) guide for a list of core resources that support translations out-of-the-box.
</Note>