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
{{ message }}
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
Currently the translator will return the key if the translation does now exist, this is not a good enough check for existence as the translation could potentially be equal to the key. I need this to show a default message if an error from a server is not recognised.
We should allow direct access to the resources through the Translator singleton or add an existence method.
The text was updated successfully, but these errors were encountered:
Currently the translator will return the key if the translation does now exist, this is not a good enough check for existence as the translation could potentially be equal to the key. I need this to show a default message if an error from a server is not recognised.
We should allow direct access to the resources through the Translator singleton or add an existence method.
The text was updated successfully, but these errors were encountered: