Checkout UI Extension configuration not translated

Hello,

I followed the guide https://shopify.dev/docs/apps/app-extensions/configuration#common-properties and used:

[[extensions]]
type = "ui_extension"
name = "t:name"
description = "t:description"

in my ‘shopify.extension.toml’. I have ‘name’ and ‘description’ defined in ‘/locales/en.default.json’.

I was expecting to see the extension name in the checkout editor, but it shows ‘t:name’ (see screenshot).

What am I missing?

1 Like

I have the same problem. The translation does not work as explained in the documentation by prefixing the key with “t:”

How can we have shopify attention on this ?