David Greminger
David Greminger
Hmm. But randomly it works for some and not for others (as you can see in the screenshots). Whats so wrong on this PR (that would fix this)?
As discussed in the call, I'll set up a minimal installable example to debug it further.
If you write your language files like this (to not repeat yourself too much, if you have larger translation files): ```php // contao/lanuages/de/tl_page.php $GLOBALS['TL_LANG']['tl_page'] = [ ...$GLOBALS['TL_LANG']['tl_page'], ...[ 'test' =>...
The `DcaLoader` seems to do his work as only the translations on the `tl_user_group` are affected. I don't get why it should work in `tl_user_group` differently than in `tl_page`.
It does also not happen when using yaml translations.
Waiting on #8840.
Failing (reverse order) test is unrelated.
This is not a logout module, its to delete/deactivate your account.
Waiting on https://github.com/contao/contao/pull/8840.
Tested with Contao Demo 5.6.x on Contao 5.x :)