mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-24 07:23:30 +00:00
Translate namespaces into alt
Bug: T271981 Change-Id: I10b8403f6e2ec930180c46dbab1307e7151e49b6
This commit is contained in:
parent
d544b5610b
commit
81601e324f
|
@ -9,6 +9,13 @@ if ( !defined( 'NS_GADGET' ) ) {
|
|||
define( 'NS_GADGET_DEFINITION_TALK', 2303 );
|
||||
}
|
||||
|
||||
$namespaceNames['alt'] = [
|
||||
NS_GADGET => 'Гаджет',
|
||||
NS_GADGET_TALK => 'Гаджетти_шӱӱжери',
|
||||
NS_GADGET_DEFINITION => 'Гаджетти_аайлары',
|
||||
NS_GADGET_DEFINITION_TALK => 'Гаджеттиҥ_аайларын_шӱӱжери',
|
||||
];
|
||||
|
||||
$namespaceNames['an'] = [
|
||||
NS_GADGET => 'Accesorio',
|
||||
NS_GADGET_TALK => 'Descusión_accesorio',
|
||||
|
|
Loading…
Reference in a new issue