Hello,
I did follow the guide here to generate a new admin link extension: Create admin link extensions
As per the doc, it generates an extension with an extension.toml file in which we have this for the name
[[extensions]]
# Name will be used for your link text and is defined in locales/en.default.json and other locale files
name = "t:name"
It says the name should by translated using the matching key from the locales files. But in various places we just see “tname” instead of the actual name we put in the locale file.
For example when we run the deploy
command:
Did I miss something?