Minimog Theme
Troubleshooting

Translation missing issue

1 min read

If you encounter an issue with missing translation in your sale badge (product card), local pickup feature, or recipient form on the product details page, kindly follow our quick guide below to adjust it.

image

Steps:

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

with the following code:

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

Once you have done so, refresh your store and check!

Last updated

ON THIS PAGE

No Headings

Was this helpful?