Project

General

Profile

Actions

Feature #94284

open

<f:format.date> is broken (no localization in Backend)

Added by Xavier Perseguers almost 3 years ago. Updated over 2 years ago.

Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-06-08
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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

Actions #1

Updated by Benni Mack over 2 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?

Actions #2

Updated by Xavier Perseguers over 2 years ago

I should have written down in which project I was working, I guess I know but too bad.

Actions #3

Updated by Benni Mack over 2 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?

Actions #4

Updated by Xavier Perseguers over 2 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.

Actions

Also available in: Atom PDF