Skip loading translations for array constants
The translation bundle tries to load the translation for array constants, which results in a ContextErrorException
(Array to string conversion). This version fixes this by skipping array constants.
The translation bundle tries to load the translation for array constants, which results in a ContextErrorException
(Array to string conversion). This version fixes this by skipping array constants.