Feature #94284
open<f:format.date> is broken (no localization in Backend)
0%
Description
Show your Backend in another language than English
Put that in a template:
<f:format.date format="%A">now</f:format.date>
Expected: Day of week in German, French, ... whichever you chose
Actual: Day of week in English.
This worked in TYPO3 v9
Updated by Benni Mack about 3 years ago
- Status changed from New to Needs Feedback
How was this possible in v9? This is done in PHP via "setlocale" which is not used in TYPO3 Backend at all (also not in v9), because we don't have a per-user locale available (which would be cool though). Can you share more insights on your 9.5 configuration?
Updated by Xavier Perseguers about 3 years ago
I should have written down in which project I was working, I guess I know but too bad.
Updated by Benni Mack about 3 years ago
Xavier Perseguers wrote in #note-2:
I should have written down in which project I was working, I guess I know but too bad.
Thanks for the quick reply. How can we proceed here? I'd say adding such a thing is a feature then?
Updated by Xavier Perseguers about 3 years ago
- Tracker changed from Bug to Feature
- Priority changed from Must have to Should have
- TYPO3 Version deleted (
10) - Is Regression deleted (
Yes)
Don't know how to reproduce, so let's make that a feature request, would make sense imho.