i18n: Remove deprecated behavior switches without underscores in et/sh-latn/vep
These localizations lack the underscore prefix/suffix expected of behavior switches. Use of these localizations was deprecated in MW 1.45 and all usage has been added to a tracking category. With the help of global search and the tracking category, all preexisting usage on these wikis has been removed and replaced with aliases which properly contain a double-underscore prefix and suffix. Bug: T407289 Change-Id: I7874b78162bee377b5caf6bfdd66a557b83fe463 (cherry picked from commit 3c796ed973050c9744a19163e4ce27b4b4ae9c2c)
This commit is contained in:
parent
b59b076e50
commit
0db702cd48
3 changed files with 4 additions and 4 deletions
|
|
@ -193,7 +193,7 @@ $magicWords = [
|
|||
'img_right' => [ '1', 'paremal', 'right' ],
|
||||
'img_thumbnail' => [ '1', 'pisi', 'pisipilt', 'thumb', 'thumbnail' ],
|
||||
'img_upright' => [ '1', 'püsti', 'püsti=$1', 'upright', 'upright=$1', 'upright $1' ],
|
||||
'index' => [ '1', '__INDEKSIGA__', 'INDEKSIGA', '__INDEX__' ],
|
||||
'index' => [ '1', '__INDEKSIGA__', '__INDEX__' ],
|
||||
'language' => [ '0', '#KEEL', '#LANGUAGE' ],
|
||||
'lc' => [ '0', 'VT:', 'LC:' ],
|
||||
'lcfirst' => [ '0', 'ESIVT:', 'LCFIRST:' ],
|
||||
|
|
@ -219,7 +219,7 @@ $magicWords = [
|
|||
'newsectionlink' => [ '1', '__UUEALAOSALINK__', '__NEWSECTIONLINK__' ],
|
||||
'noeditsection' => [ '0', '__ALAOSALINGITA__', '__NOEDITSECTION__' ],
|
||||
'nogallery' => [ '0', '__GALERIITA__', '__NOGALLERY__' ],
|
||||
'noindex' => [ '1', '__INDEKSITA__', 'INDEKSITA', '__NOINDEX__' ],
|
||||
'noindex' => [ '1', '__INDEKSITA__', '__NOINDEX__' ],
|
||||
'nonewsectionlink' => [ '1', '__UUEALAOSALINGITA__', '__NONEWSECTIONLINK__' ],
|
||||
'notoc' => [ '0', '__SISUKORRATA__', '__NOTOC__' ],
|
||||
'ns' => [ '0', 'NR:', 'NS:' ],
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@ $magicWords = [
|
|||
'fullpagenamee' => [ '1', 'PUNOIMESTRANEE', 'PUNOIMESTRANICEE', 'FULLPAGENAMEE' ],
|
||||
'fullurl' => [ '0', 'PUNIURL:', 'PUNURL:', 'FULLURL:' ],
|
||||
'fullurle' => [ '0', 'PUNIURLE:', 'PUNURLE:', 'FULLURLE:' ],
|
||||
'hiddencat' => [ '1', '__SAKRIVENAKATEGORIJA__', '__SKRIVENAKAT__', 'SKRIVENAKAT', '__SAKRIVENAKAT__', '__HIDDENCAT__' ],
|
||||
'hiddencat' => [ '1', '__SAKRIVENAKATEGORIJA__', '__SKRIVENAKAT__', '__SAKRIVENAKAT__', '__HIDDENCAT__' ],
|
||||
'img_baseline' => [ '1', 'osnovnacrta', 'pocetna_linija', 'baseline' ],
|
||||
'img_border' => [ '1', 'granica', 'obrub', 'border' ],
|
||||
'img_bottom' => [ '1', 'dno', 'bottom' ],
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ $magicWords = [
|
|||
'img_right' => [ '1', 'oiged', 'paremal', 'right' ],
|
||||
'img_top' => [ '1', 'üläh', 'top' ],
|
||||
'img_width' => [ '1', '$1piks', '$1px' ],
|
||||
'index' => [ '1', '__INDEKS__', '__INDEKSIGA__', 'INDEKSIGA', '__INDEX__' ],
|
||||
'index' => [ '1', '__INDEKS__', '__INDEKSIGA__', '__INDEX__' ],
|
||||
'plural' => [ '0', 'ÄILUGU:', 'PLURAL:' ],
|
||||
'sitename' => [ '1', 'SAITANNIMI', 'KOHANIMI', 'SITENAME' ],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue