# Translation missing issue

<div data-full-width="true"><figure><img src="/files/1OZ2q7N6tFYitFzBKwTz" alt=""><figcaption><p><a href="https://foxecom.com/pages/affiliate?utm_source=minimog%2Bhelp%2Bcenter&#x26;utm_medium=banner&#x26;utm_campaign=foxaffiliatelaunch2024">Explore FoxEcom Affiliate Program now </a><span data-gb-custom-inline data-tag="emoji" data-code="2728">✨</span></p></figcaption></figure></div>

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.

<figure><img src="/files/flqUCu4EdDAyZPRtpmWr" alt=""><figcaption></figcaption></figure>

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&#x20;

<figure><img src="/files/LPXATIJyopx8ASRC5iob" alt=""><figcaption></figcaption></figure>

with the following code:

```
{%- liquid
  assign text = key | t
  assign text_downcase = text | downcase
-%}
{%- capture text -%}
  {%- if text_downcase contains 'translation missing' -%}
    {%- case key -%}
```

<figure><img src="/files/nTXvG1WuQ2TF37dn9Cm7" alt=""><figcaption></figcaption></figure>

5. Click **Save**.

Once you have done so, refresh your store and check!&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.foxecom.com/minimog-theme/troubleshooting/translation-missing-issue.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
