We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T
t
Introduce a global method T (or t) as a shortcut for convenience:
>> T(:hello) => "Hello"
Let's say T (or t) should be the same as MiniI18n.t. Probably, introduce also L (or l) to quickly call MiniI18n.l.
MiniI18n.t
L
l
MiniI18n.l
In terms of implementation, probably the way to go is to just inject those methods in the Kernel module.
Kernel
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Kernel
module.The text was updated successfully, but these errors were encountered: