Introduce a global method T (or t) as a shortcut for convenience:
Let's say T (or t) should be the same as MiniI18n.t. Probably, introduce also L (or l) to quickly call MiniI18n.l.
In terms of implementation, probably the way to go is to just inject those methods in the Kernel module.
Introduce a global method
T(ort) as a shortcut for convenience:Let's say
T(ort) should be the same asMiniI18n.t. Probably, introduce alsoL(orl) to quickly callMiniI18n.l.In terms of implementation, probably the way to go is to just inject those methods in the
Kernelmodule.