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

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 :slightly_smiling_face:

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

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

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!