(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:
Tomasz W. Kozlowski 2013-11-15 17:58:41 +01:00
parent 6126644d92
commit 336116f9cf

View file

@ -280,3 +280,11 @@ $namespaceNames['zh-hant'] = array(
828 => '模組',
829 => '模組討論',
);
# Namespace aliases
$namespaceAliases = array();
$namespaceAliases['ml'] = array(
'ഘ' => 828,
'ഘസം' => 829,
);