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

       Web browser: ---
            Bug ID: 47596
           Summary: ProofreadPage canonical namespaces should be canonical
                    and not localized
           Product: MediaWiki extensions
           Version: master
          Hardware: All
               URL: https://fi.wikisource.org/w/api.php?action=query&meta=
                    siteinfo&siprop=namespaces|namespacealiases
                OS: All
            Status: NEW
          Keywords: i18n
          Severity: major
          Priority: Unprioritized
         Component: ProofreadPage
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected]
            Blocks: 40759
    Classification: Unclassified
   Mobile Platform: ---

The core namespaces have a canonical names instead localized ones.

For example for a Finnish wiki:
      <ns id="2" case="first-letter" subpages="" canonical="User"
xml:space="preserve">Käyttäjä</ns>

But Proofreadpage uses the localized string too as canonical:
      <ns id="250" case="first-letter" canonical="Sivu"
xml:space="preserve">Sivu</ns>

It should be instead:
      <ns id="250" case="first-letter" canonical="Page"
xml:space="preserve">Sivu</ns>

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