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
Yes, if the translation string is not available in a language file then the class does not contain the corresponding string. This is intended behaviour.
You could check if a term is defined in the current language using something like PHP's defined.
Hope that helps.
When a term doesn't exists I'm getting an exception "Fatal error: Uncaught Error: Undefined class constant".
It happens when two lang files exist but one has missing translations.
The text was updated successfully, but these errors were encountered: