Last modified: 2008-10-17 20:40:22 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 T17605, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 15605 - enabling datePreferences for hr
enabling datePreferences for hr
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Internationalization (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-09-14 18:43 UTC by Dalibor Bosits
Modified: 2008-10-17 20:40 UTC (History)
2 users (show)

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


Attachments

Description Dalibor Bosits 2008-09-14 18:43:15 UTC
Can you please enable $datePreferences in MessagesHr.php (that is for Croatian projects) with basic format, something like

$datePreferences = array(
	'default',
	'mdy',
	'dmy',
	'ymd',
	'ISO 8601',
);

thanks, Dalibor
Comment 1 Niklas Laxström 2008-09-18 17:10:54 UTC
This is a not a per wiki setting. Can you cite any standards for the used time formats?
Comment 2 Raimond Spekking 2008-10-17 20:40:22 UTC
Added with r42178:

$datePreferences = array(
	'default',
	'dmy hr',
	'mdy',
	'ymd',
	'ISO 8601',
);

'dmy hr' is the previous hr specific format. 

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


Navigation
Links