Translations
Connect your store to third-party translation services to obtain product listings in any supported language. Follow the steps to enable it.
Steps
1. Obtain a translation API key
In order to use the translation functionality, you need to connect your store to the translator via the API key. Obtain the key for:
2. Enable translation
The Mulwi app supports Google Translate or Weglot services. Access to translation service API costs money.
Choose a translation service. Navigate to Global Settings > Translations. Click on the Translation Service to select the translator (Google Translate, Weglot or Shopify GraphQL).
note
Mulwi app supports translation management over Shopify GraphQL. If your store uses such apps as Langify and similar, you can fetch the translation from the resources translated by such app. In this case translated attributes are saved in the store's database after being translated for the first time. Next time the translation is used from the database.
- Provide the API key. Obtain an API key from the translation service. Paste it into the Google Translate API key or Weglot API key respectively. Scroll the page to the top and click Save.
3. Configure language
You can select one language to be translated to.
Go to created Etsy integration connection, click the Configuration tab and select the required language at the Translate to the language option.
4. Translating the listings
Configure translation by specifying what attributes to translate. Add | t modifier to the product attribute so that it is translated.
{{ variant.title | t }}
...
{{ variant.body_html | strip_html | t | truncate: 5000, "" }}
note
Don't use | t modifier for Shopify GraphQL translation. All available attributes will be translated automatically.