Last modified: 2004-11-13 23:54:58 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 T2862, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 862 - Finnish date format on Finnish wikipedia
Finnish date format on Finnish wikipedia
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Language setup (Other open bugs)
unspecified
All All
: Normal normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
http://fi.wikipedia.org/
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-11-10 22:31 UTC by Niklas Laxström
Modified: 2004-11-13 23:54 UTC (History)
0 users

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


Attachments

Description Niklas Laxström 2004-11-10 22:31:06 UTC
We would like to change our date format to finnish standard, which is D. MMMMta
YYYY. Our progress of new revision of languagefi.php haven't been so fast, but
we would still like to change the date format as soon as possible.
The proposal of new date function is:

        function date( $ts, $adj = false )
        {
                if ( $adj ) { $ts = $this->userAdjust( $ts ); }

                $d = (0 + substr( $ts, 6, 2 )) . ". " .
                     $this->getMonthName( substr( $ts, 4, 2 ) ) . "ta " .
                     substr( $ts, 0, 4 );
                return $d;
        }

If it needs something else, like list of month names which are not yet
translated in the old version, i can provide them.
Comment 1 Brion Vibber 2004-11-13 23:54:58 UTC
Done in 1.4 and 1.3 cvs, live on wikipedia.

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


Navigation
Links