Bug #82463
closed
EXT:lang - erroneous date format after updating a single language
Added by RVVN no-lastname-given about 7 years ago.
Updated over 5 years ago.
Category:
Language Manager (backend)
Description
Hi,
The language manager displays an erroneous date format after updating a single language (see attachment).
Refreshing the frame display the correct formatted date.
Files
- Status changed from New to Needs Feedback
Is this one still reproducible? I just tried to download again a language (Italian) and the "Last Update" date automatically updated itself without any weird effect. TYPO3 version used: 8.7.11
Do you have more information about how to reproduce it? Thank you!
Hi,
unfortunately nothing changed after 8.7.12 update :/ (please see attachment).
I also tried again with 8.7.12 and I was still not able to reproduce this problem; this is my procedure:
1) Go to Languages Module
2) Look for "Italian"
3) click on download button and wait.
Are you using a different procedure?
Please could you also add more information about your environment? Have you configured your backend with a different language?
I am using the default language; My environment is MAMP on MAC with PHP 7.1.12
I also use this procedure, for the French language.
The error still occurs : only the month value is correct, day and year markers are not replaced.
We have configured the backend with this language.
Here's our environment :
TYPO3 8.7.12
UBUNTU 16.04
NGINX 1.10.3
PHP-FPM 7.0
Is there anything you want/need to know about our environment ?
OK so the issue is visible only when you set the backend language in french.
That's not an environment problem, but just a translation problem :) I was able to find that the string with the date is replaced via Javascript in the cell and is taken from EXT:lang/Resources/Private/Language/locallang.xlf:table.dateFormat
<trans-unit id="table.dateFormat">
<source>YYYY-MM-DD HH:mm</source>
</trans-unit>
Searching on the french version on https://translation.typo3.org/fr/TYPO3.core.lang/translate/#search=table.dateFormat&sfields=source,target,locations
this is what I see
I guess that it should simply be replaced with
DD.MM.YYYY, HH:mm
- Status changed from New to Resolved
- Assignee set to Xavier Perseguers
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF