Is your feature related to a specific framework or general for this extension
false
Is your feature request related to a problem? Please describe.
false
Describe the solution you'd like
Provides a configuration item to configure multiple aliases to support inline annotation, such as inlineAlias
Additional context
In many cases, to prevent duplicative names and semantic customization, inline comments will not take effect if $t and t are already used beforei18n-ally is connected, for example
// lang message
{ "app.title":"应用名称" }
// define file
app.config.globalProperties.tx = i18n.global.t
// other file template
tx('app.title') => tx('app.title') ✖
Is your feature related to a specific framework or general for this extension false
Is your feature request related to a problem? Please describe. false
Describe the solution you'd like Provides a configuration item to configure multiple aliases to support inline annotation, such as
inlineAlias
Additional context In many cases, to prevent duplicative names and semantic customization, inline comments will not take effect if
$t
andt
are already used beforei18n-ally
is connected, for exampleAfter configuration