Fix duplicate special page aliases in Javanese
The correct one is Listfiles, this will change the value of AllMyUploads to Pratélan_unggahanku. Bug: T255747 Change-Id: I60fab2f980199392f21bee4895bf4acbf0d57ea8
This commit is contained in:
parent
08f18cf94b
commit
b8f16893f2
1 changed files with 2 additions and 4 deletions
|
|
@ -60,8 +60,7 @@ $namespaceAliases = [ // Kept former namespaces for backwards compatibility - T1
|
|||
$specialPageAliases = [
|
||||
'Activeusers' => [ 'Naraguna_giyat' ],
|
||||
'Allmessages' => [ 'Layang_sistem' ],
|
||||
// FIXME: Conflicts with Listfiles
|
||||
// 'AllMyUploads' => [ 'Pratélan_barkas', 'Pratelan_barkas' ],
|
||||
'AllMyUploads' => [ 'Pratélan_unggahanku', 'Pratelan_unggahanku' ],
|
||||
'Allpages' => [ 'Pratélan_kaca', 'Pratelan_kaca' ],
|
||||
'Ancientpages' => [ 'Kaca_lawas' ],
|
||||
'ApiHelp' => [ 'Pitulung_API' ],
|
||||
|
|
@ -102,9 +101,8 @@ $specialPageAliases = [
|
|||
'LinkSearch' => [ 'Golèk_pranala', 'Golek_pranala' ],
|
||||
'Listadmins' => [ 'Pratélan_panata', 'Pratelan_panata' ],
|
||||
'Listbots' => [ 'Pratélan_bot', 'Pratelan_bot' ],
|
||||
// FIXME: Conflicts with AllMyUploads
|
||||
// 'Listfiles' => [ 'Pratélan_barkas', 'Pratelan_barkas' ],
|
||||
'ListDuplicatedFiles' => [ 'Pratélan_barkas_dhobel', 'Pratelan_barkas_dhobel' ],
|
||||
'Listfiles' => [ 'Pratélan_barkas', 'Pratelan_barkas' ],
|
||||
'Listgrants' => [ 'Pratélan_idin', 'Pratelan_idin' ],
|
||||
'Listgrouprights' => [ 'Pratélan_hak_golongan', 'Pratelan_hak_golongan' ],
|
||||
'Listredirects' => [ 'Pratélan_alihan', 'Pratelan_alihan' ],
|
||||
|
|
|
|||
Loading…
Reference in a new issue