Closed Bug 371940 Opened 17 years ago Closed 17 years ago

Wrong date format for the Russian locale

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jwkbugzilla, Unassigned)

References

Details

On the Russian AMO version I see dates like "Января 5, 2007" - that's the American date format, it doesn't make sense for Russian. Correct one should be "5 января 2007". That means that /app/locale/ru/LC_MESSAGES/messages.po should read:

# date format string as used in PHP's strftime():
# http://php.net/strftime
msgid "date"
msgstr "%e %B %Y"

# date and time format string (strftime)
msgid "datetime"
msgstr "%e %B %Y, %H:%M"

From what I can see the month name comes from the OS so I don't know why it is capitalized but this is wrong as well.
This is fixed in last update for Russian localization - see attachment in Bug 369224 Comment 18
It's not uploaded on stage yet. 
Marking this bug as blocking Bug 369224.
This is very visible bug and Russian version of AMO should not be shipped with it.
Blocks: 369224
Marking FIXED as per bug 369224 comment 20.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.