You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The effect of Lit.humanize_key = true should be that if a translation is not defined, it should be made by humanizing translation key unless a default value is specified. However, as of now, in the master branch the behaviour is as follows:
The effect of
Lit.humanize_key = true
should be that if a translation is not defined, it should be made by humanizing translation key unless a default value is specified. However, as of now, in the master branch the behaviour is as follows:which is incorrect. Using
I18n.t
withdefault
option, it is expected to have higher priority than humanized key name.The text was updated successfully, but these errors were encountered: