Last modified: 2006-10-23 20:01:03 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T9593, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 7593 - date formats in Latin localization should use month names in the genitive, not the nominative + broken namespace links
date formats in Latin localization should use month names in the genitive, no...
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Internationalization (Other open bugs)
1.9.x
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-10-15 22:08 UTC by uv.wiki
Modified: 2006-10-23 20:01 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
untested patch (8.83 KB, patch)
2006-10-22 22:19 UTC, uv.wiki
Details

Description uv.wiki 2006-10-15 22:08:59 UTC
When using Latin as the user interface language, timestamps in signatures 
currently use the month names in the nominative (e. g. [[MediaWiki:February
]]), this is wrong. Instead, timestamps should use the month names in the 
genitive (e. g. [[MediaWiki:February-gen]]).
Comment 1 uv.wiki 2006-10-16 21:34:09 UTC
sorry, I should have added the correct month names in the nominative 
and in the genitive as well:
'january'               => 'Ianuarius',
'february'              => 'Februarius',
'march'                 => 'Martius',
'april'                 => 'Aprilis',
'may_long'              => 'Maius',
'june'                  => 'Iunius',
'july'                  => 'Iulius',
'august'                => 'Augustus',
'september'             => 'September',
'october'               => 'October',
'november'              => 'November',
'december'              => 'December',
'january-gen'           => 'Ianuarii',
'february-gen'          => 'Februarii',
'march-gen'             => 'Martii',
'april-gen'             => 'Aprilis',
'may-gen'               => 'Maii',
'june-gen'              => 'Iunii',
'july-gen'              => 'Iulii',
'august-gen'            => 'Augusti',
'september-gen'         => 'Septembris',
'october-gen'           => 'Octobris',
'november-gen'          => 'Novembris',
'december-gen'          => 'Decembris',

(Currently, the genitive forms are used in place of the nominative 
forms as a workaround to allow the timestamps to look correct.)
Comment 2 uv.wiki 2006-10-22 22:19:14 UTC
Created attachment 2538 [details]
untested patch

Attaching an untested patch - this is the first time I am submitting a proposed
patch, and I may have overlooked or missed something as to how the timestamps
are formed.

This patch also fixes a number of broken messages in MessagesLa.php (missing
colon between namespace and pagename), therefore raising the severity from
"minor" to "normal".

Greetings, --[[la:Usor:UV]]
Comment 3 Jimmy Collins 2006-10-23 20:01:03 UTC
Applied to r17223.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links