mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-12 01:11:55 +00:00
(bug 54951) Add Malayalam aliases for 828 and 829
This patch adds Malayalam language aliases for NS 828 and 829 per bug 54951 comment 7 (by praveenp) and Santhosh's suggestion in bug 54951 comment 9. Bug: 54951 Change-Id: I933f81782f3482334c9a8d820d4ea2b1120f5c59
This commit is contained in:
parent
6126644d92
commit
336116f9cf
|
@ -280,3 +280,11 @@ $namespaceNames['zh-hant'] = array(
|
|||
828 => '模組',
|
||||
829 => '模組討論',
|
||||
);
|
||||
|
||||
# Namespace aliases
|
||||
$namespaceAliases = array();
|
||||
|
||||
$namespaceAliases['ml'] = array(
|
||||
'ഘ' => 828,
|
||||
'ഘസം' => 829,
|
||||
);
|
Loading…
Reference in a new issue