App reviews, troubleshooting, and recommendations
I'm attempting to create a Theme App Extension "App Block" (https://shopify.dev/apps/online-store/theme-app-extensions/extensions-framework#app-blocks) and everything is working fine, except the translation of `option` labels which are nested inside of the App Block's `schema.settings[]` where `type = "select"`.
Translations are working properly elsewhere in the App Block template, just not inside of the `select` labels.
... "settings": [ { "type": "select", "id": "layout", "label": "t:foo.layoutLabel", <-- Translates properly "info": "t:foo.layoutInfo", <-- Translates properly "options": [ { "value": "layoutOptionValue", "label": "t:foo.layoutOptionValue" <-- "missing translation: 't:foo.optionValue'" } ] } ] ...
Is this a known bug? Is there a workaround?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025