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?
