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

             Bug #: 28459
           Summary: Internationalize block times in Special:BlockList
           Product: MediaWiki
           Version: 1.18-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Special pages
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


In SpecialBlockList.php we hve

                        case 'ipb_timestamp':
                                $formatted = $wgLang->timeanddate( $value );
                                break;

I suggest to use a localizeable message format with parameters timeanddate,
time, date here instead of the fixed time-comma-date format for added
flexibility. The current format is at least unusual for some languages.

-- 
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