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
I am not sure if it is actually a bug, my stupidity, or that the package changed some things in previous versions and the documentation is not up to date anymore.
The text was updated successfully, but these errors were encountered:
True, this was caused by a lot of try and error. The real error is The operator '[]' isn't defined for the type 'Translations'. Try defining the operator '[]'
I cannot access my translations via:
translations['my.key']
as the compiler tells me:
The operator '[]' isn't defined for the type 'TranslationsUiEn'. Try defining the operator '[]'.
Within the documentation it is clearly stated like so. See this
Also found this thread:
#50
I am not sure if it is actually a bug, my stupidity, or that the package changed some things in previous versions and the documentation is not up to date anymore.
The text was updated successfully, but these errors were encountered: