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

Usunięta treść Dodana treść
mw.RegExp.escape -> mw.util.escapeRegExp
zamiana {{f}} na {{ż}}
Linia 581:
if ( tmpls && tmpls[ j ] ) {
template = '{' + '{' + tmpls[ j ] + '}}';
}
if ( template === "{{f}}" ) {
// [[Special:PermaLink/7109640#Hiperonimy i hiponimy oraz femininum.]]
template = "{{ż}}";
}