How to Translate Custom Liquid Section Using Translate and Adapt for the DAWN theme

How to Translate Custom Liquid Section Using Translate and Adapt for the DAWN theme

AntCrescendo
Excursionist
32 0 6

Hello, I would like to translate a custom liquid section on my DAWN theme using the Translate and Adapt Shopify app. 

 

Here is an example of what I would like translated.

https://postimg.cc/87yFf89j

 

Thank you 🙂

Replies 3 (3)

richbrown_staff
Shopify Staff
653 97 173

Hey @AntCrescendo , can you achieve what you need to with the 'Rich text' block? This is easily translatable. Custom liquid is not translatable out of the box, you need to insert translation keys and it's not straightforward: https://www.shopify.com/uk/partners/blog/translation-keys 

To learn more visit the Shopify Help Center or the Community Blog.

NachoBCN12
Excursionist
35 1 7

I have the some question, my web page is https://bcnsurfschool.es/ In the home page I have some liquid to go to the sections of the WebSite, I want to translate the titles and to put the links to the correct language page... Do Anybody how to translate the Custom Liquid Section? Or if is not posible how can I add a html for a an especific rich text?

Thank you very much

Leon09
Tourist
23 0 1

Step 1: Copy the section and translate it with Deepl.

Step 2: Insert the translation before the Liquid tag {% if store.locale == 'de' %}.

Step 3: Use the Liquid tag {% if store.locale == 'de' %} for German or corresponding tags for other languages to ensure that the section is only displayed if the corresponding language is set.

I hope this helps you!