Photo Organizer

This is the bug tracker for Photo Organizer.
Tasklist

FS#258 - Date format in German translation

Attached to Project: Photo Organizer
Opened by Marcus Hinz (marcus) - Tuesday, 14 August 2007, 20:42 GMT
Last edited by Solomon Peachy (pizza) - Tuesday, 14 August 2007, 21:33 GMT
Task Type Feature Request
Category Backend / Core
Status Closed
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version 2.34-rc3
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Is it possible to show the date in the German translation in the format "day. month year"(14. August 2007)?
This task depends upon

Closed by  Solomon Peachy (pizza)
Tuesday, 14 August 2007, 21:33 GMT
Reason for closing:  Fixed
Additional comments about closing:  ...
Comment by Solomon Peachy (pizza) - Tuesday, 14 August 2007, 21:01 GMT
This is what we currently have defined for the 'de_DE' locale:

$strings['formats']['full_date'] = "F j, Y H:i";
$strings['formats']['jscal_full_date'] = "%A, %B %d, %Y @ %k:%M:%S";
$strings['formats']['date'] = "F j, Y";
$strings['formats']['short_date'] = "M j, Y";
$strings['formats']['time'] = "H:i";

For the meaning of all but the jscal date, see: http://us.php.net/date

From what you described, you'd want "j. F Y" as the date, and 'j. M y' as the short date.

There are places where we're using hardcoded formats (especially in the calendar/event code..) but we have to start somewhere.
Comment by Marcus Hinz (marcus) - Tuesday, 14 August 2007, 21:10 GMT
Yes, "j. F Y" as date is ok.

"j. M y" as short date is possible but better is "j.m.y" (14.08.07)
Comment by Solomon Peachy (pizza) - Tuesday, 14 August 2007, 21:13 GMT
Okay, I'll update the jscal date to match as well.
Comment by Solomon Peachy (pizza) - Tuesday, 14 August 2007, 21:33 GMT
r1573/1574 has the date changes.

Loading...