mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-24 07:23:30 +00:00
Add Urdu translation for namespaces
Translations provided by MuhammadShuaib at T109206. I do no speak the language, but they have been vetted by Urdu Wikipedia community and automated translation back to English looks sane. Bug: T109206 Change-Id: I6f0555b8f02895f547a708ff6845d975fb5e29e3
This commit is contained in:
parent
29cad61a48
commit
b957e1ea1f
|
@ -37,6 +37,13 @@ $namespaceNames['pl'] = array(
|
|||
NS_GADGET_DEFINITION_TALK => 'Dyskusja_definicji_gadżetu',
|
||||
);
|
||||
|
||||
$namespaceNames['ur'] = array(
|
||||
NS_GADGET => 'آلہ',
|
||||
NS_GADGET_TALK => 'تبادلۂ_خیال_آلہ',
|
||||
NS_GADGET_DEFINITION => 'تعریف_آلہ',
|
||||
NS_GADGET_DEFINITION_TALK => 'تبادلۂ_خیال_تعریف_آلہ',
|
||||
);
|
||||
|
||||
$namespaceNames['vi'] = array(
|
||||
NS_GADGET => 'Tiện_ích',
|
||||
NS_GADGET_TALK => 'Thảo_luận_Tiện_ích',
|
||||
|
|
Loading…
Reference in a new issue