https://bugzilla.wikimedia.org/show_bug.cgi?id=40759
billinghurst <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from billinghurst <[email protected]> --- ==Existing== <ns id="104" case="first-letter" canonical="Sivu" xml:space="preserve">Sivu</ns> <ns id="105" case="first-letter" canonical="Keskustelu sivusta" xml:space="preserve">Keskustelu sivusta</ns> <ns id="106" case="first-letter" canonical="Hakemisto" xml:space="preserve">Hakemisto</ns> <ns id="107" case="first-letter" canonical="Keskustelu hakemistosta" xml:space="preserve">Keskustelu hakemistosta</ns> <ns id="250" case="first-letter" canonical="Page" xml:space="preserve">Page</ns> <ns id="251" case="first-letter" canonical="Page talk" xml:space="preserve">Page talk</ns> <ns id="252" case="first-letter" canonical="Index" xml:space="preserve">Index</ns> <ns id="253" case="first-letter" canonical="Index talk" xml:space="preserve">Index talk</ns> What this would seem to translate to ... at fiwikisource' => array( ... ==Remove== 104 => 'Sivu', // Bug 40759 (page) 105 => 'Keskustelu_sivusta', // Bug 40759 106 => 'Hakemisto', // Bug 40759 (index) 107 => 'Keskustelu_hakemistosta', // Bug 40759 ==Add== 250 => 'Sivu', //Bug 40759 (Page) 251 => 'Keskustelu sivusta', //Bug 40759 252=> 'Hakemisto', //Bug 40759 (Index) 253 => 'Keskustelu hakemistosta', //Bug 40759 Or are you going to move the data under the page and index namespaces under the initial numbers? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
