mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-12 01:01:48 +00:00
Add german namespace aliases
Change-Id: Idc40496792c97082935e1d863f20104e3044be8c
This commit is contained in:
parent
4f2a409196
commit
b09b236520
|
@ -23,6 +23,13 @@ $namespaceNames['ckb'] = array(
|
|||
NS_GADGET_DEFINITION_TALK => 'وتووێژی_پێناسهی_ئامراز',
|
||||
);
|
||||
|
||||
$namespaceNames['de'] = array(
|
||||
NS_GADGET => 'Gadget',
|
||||
NS_GADGET_TALK => 'Gadget_Diskussion',
|
||||
NS_GADGET_DEFINITION => 'Gadget-Definition',
|
||||
NS_GADGET_DEFINITION_TALK => 'Gadget-Definition_Diskussion',
|
||||
);
|
||||
|
||||
$namespaceNames['en'] = array(
|
||||
NS_GADGET => 'Gadget',
|
||||
NS_GADGET_TALK => 'Gadget_talk',
|
||||
|
|
Loading…
Reference in a new issue