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
Hi, not really sure whether this qualifies as an issue or not, but I thought it would be good to let you know about it.
In my view I had mistakenly written I18n.t('.some_key') which i18n-tasks considered used since there was a corresponding key path.to.view.some_key in my translation files. However, it seems like relative keys only works when used with the translate/t helper so when I viewed the page, the translation was missing even though i18n-tasks had reported no missing translations.
Thanks for a very useful tool in managing translations otherwise!
/Jakob
The text was updated successfully, but these errors were encountered:
Hi, not really sure whether this qualifies as an issue or not, but I thought it would be good to let you know about it.
In my view I had mistakenly written
I18n.t('.some_key')
which i18n-tasks considered used since there was a corresponding keypath.to.view.some_key
in my translation files. However, it seems like relative keys only works when used with thetranslate
/t
helper so when I viewed the page, the translation was missing even though i18n-tasks had reported no missing translations.Thanks for a very useful tool in managing translations otherwise!
/Jakob
The text was updated successfully, but these errors were encountered: