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

--- Comment #31 from Dereckson <[email protected]> ---
Tpt, could you look at this issue?

The core namespaces allow to use canonical name instead localized one.

For example:
      <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:
      <ns id="250" case="first-letter" canonical="Page"
xml:space="preserve">Sivu</ns>

-- 
You are receiving this mail because:
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