On multilingual sites the translations of language strings falls back to the default language (when not in debug mode). But if you have created some language overrides this behaviour does not apply.
Testing Instructions
Create a multlingual page
Install and activate at least one additional language to en-GB
Create a language override for a not existing constant like: TEST_CONSTANT="Test" for the english frontend language
open the index.php of your frontend template and put: echo Text::_('TEST_CONSTANT');
I have tested this item✅ successfully on ee4dd24
I've tested successfully.
Thank you.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35209.