Joomla 5 / 6 + PHP 8.4+
The language constants should be displayed throughout the backend with their assigned text translations. The only place where the language constants should be displayed is in the Language Overrides section.
| Labels |
Added:
No Code Attached Yet
|
||
we do not assign issues, anyone is welcome ro submit a pull request
Hi, @brianteeman @Engholm
I have reproduced this on 5.4-dev branch. Language overrides are applied correctly in the field edit form, but in the administrator Fields list view the raw constant is shown instead of the translated value.
It looks like the list view is rendering the stored title directly without passing it through Text::_(), which causes the inconsistency.
Before preparing a patch, I’d like to confirm whether applying the translation in the View layer in HtmlView would be the preferred approach here or not.
If that’s acceptable, I can submit a PR.
Thanks.
hi @Engholm can you assign me this issue ??