# Translation missing issue

<div data-full-width="true"><figure><img src="https://1997835572-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MlL6sK9D7unq8F2VPPp%2Fuploads%2Fa5w6LQkUFhLWSt58jhjP%2FHelp%20Center%20banner%20%201250%20x%20200-2.png?alt=media&#x26;token=ab0daf12-b917-4435-a603-9a3f6613f853" 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="https://1997835572-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MlL6sK9D7unq8F2VPPp%2Fuploads%2FP71FP3l9sZBUaiQ1XiFa%2Fimage.png?alt=media&#x26;token=3496a3ae-79f9-43d5-9c70-f61320a7cfc9" 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="https://1997835572-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MlL6sK9D7unq8F2VPPp%2Fuploads%2F3DoDPrdtKGRaYfF8V8TK%2Fimage.png?alt=media&#x26;token=eadaa96c-204f-4751-8c73-0748b4b37387" 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="https://1997835572-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MlL6sK9D7unq8F2VPPp%2Fuploads%2FR9rGC0sFb4zAikvIVgPt%2Fimage.png?alt=media&#x26;token=c1ebd691-f04a-48c5-ad9a-0217c1b13e7b" alt=""><figcaption></figcaption></figure>

5. Click **Save**.

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