Closed fritzmg closed 1 year ago
If you use de_AT then currently the following error will occur when clicking the ℹ️ for a lead:
de_AT
ErrorException: Warning: Undefined array key "de-AT" at vendor\terminal42\contao-leads\dca\tl_lead.php:326
This PR fixes that by always transforming the language to a locale.
thank you @fritzmg
If you use
de_AT
then currently the following error will occur when clicking the ℹ️ for a lead:This PR fixes that by always transforming the language to a locale.