MediaWiki:Gadget-translation-editor.js: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
cookie -> storage
dostosuj kolejnosc do algorytmu Olafbota, ignorujac laczniki: "staroangielski", "staro-cerkiewno-słowiański", "staroegipski", "staro-wysoko-niemiecki"
Linia 370:
 
function comparatorPl( a, b ) {
// ignore dashes in sorting order
return a.replace( '-', '' ).localeCompare( b.replace( '-', '' ), 'pl' );
}