---
title: Changes to Theme Translatable Content Keys - Shopify developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: 'https://shopify.dev/changelog/changes-to-theme-translatable-content-keys'
  md: 'https://shopify.dev/changelog/changes-to-theme-translatable-content-keys.md'
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2022-02-17T12:11:09-05:00'
  postedAt: '2022-02-17T00:00:00-05:00'
  updatedAt: '2024-02-02T10:05:04-05:00'
  effectiveAt: '2022-02-17T00:00:00-05:00'
---

February 17, 2022

Tags:

* API

# Changes to Theme Translatable Content Keys

As of February 17th, newly-created themes will generate translatable content keys for content in JSON templates in an altered format. Translations originating outside of JSON templates, such as those stored in the `locales/` folder of a theme, are not affected by this change.

Old: `section.Template—123456__section_id.block_id.setting_id` New: `section.product.ext.json.section_id.block_id.setting_id:abc123`

We consider the precise format of these keys to be an implementation detail, but try to ensure that the keys remain consistent for a resource over time. Given that, these new keys will only be generated for themes that are uploaded or duplicated after 12:00 EST February 17th.

More information about our translation API is available in our [API documentation](https://shopify.dev/api/examples/i18n-app-translations).
