https://bugzilla.wikimedia.org/show_bug.cgi?id=18377

           Summary: Time in ChangesList lacking localisation
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Internationalization
        AssignedTo: [email protected]
        ReportedBy: [email protected]


The time of day in RecentChanges and Watchlist will be rendered in ContentLang
independant of the language set in the preferences. There's no reason to do so,
as the dates in the same list are rendered in the user's language.

The relevant line of code seems to be line 550 in ChangesList.php, which is:

$time = $wgContLang->time( $rc_timestamp, true, true );

but which should be:

$time = $wgLang->time( $rc_timestamp, true, true );

Thanks


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to