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

       Web browser: ---
             Bug #: 41468
           Summary: [regression] wgMonthNames and wgMonthNamesShort are in
                    the wrong language on JavaScript pages
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: code-update-regression, i18n, javascript
          Severity: normal
          Priority: Unprioritized
         Component: Internationalization
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---


I'm getting
wgMonthNames = ["", "January", "February", "March", "April", "May", "June",
"July", "August", "September", "October", "November", "December"]
on <https://pt.wikipedia.org/wiki/User:Foo/Bar.js> and
<https://pt.wikipedia.org/wiki/User:Foo/Bar.css> but it should be

wgMonthNames = ["", "janeiro", "fevereiro", "março", "abril", "maio", "junho",
"julho", "agosto", "setembro", "outubro", "novembro", "dezembro"]
as it is on <https://pt.wikipedia.org/wiki/User:Foo/Bar>.

Why the JS pages are in English instead of the language of the wiki
(Portuguese)?
If this was intentional, how can I get the names in Portuguese?


Maybe this was caused by gerrit change I18a53ba0, or the new content handler?

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