docs: docs for next release (#14456)
This commit is contained in:
@@ -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).
|
||||
|
||||

|
||||
|
||||
### 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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user