Troubleshooting
Translation missing issue
1 min read

- From your Shopify admin, go to Online Store > Themes.
- In the theme that has the issue, click Actions > Edit code.
- Go to the theme file Snippets/new-locale.liquid
- Replace the first 4 code lines

{%- liquid
assign text = key | t
assign text_downcase = text | downcase
-%}
{%- capture text -%}
{%- if text_downcase contains 'translation missing' -%}
{%- case key -%}
- Click Save.
Last updated