mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-30 19:14:22 +00:00
Revert "(bug 54951) Add Malayalam aliases for 828 and 829"
This doesn't have the wanted result; breaking ml projects
Bug: 58074
This reverts commit 336116f9cf
.
Change-Id: I7a0ee61da14b59231009664bde62a7f7095a43cb
This commit is contained in:
parent
7cd42da5fd
commit
b38ef94a39
|
@ -280,11 +280,3 @@ $namespaceNames['zh-hant'] = array(
|
||||||
828 => '模組',
|
828 => '模組',
|
||||||
829 => '模組討論',
|
829 => '模組討論',
|
||||||
);
|
);
|
||||||
|
|
||||||
# Namespace aliases
|
|
||||||
$namespaceAliases = array();
|
|
||||||
|
|
||||||
$namespaceAliases['ml'] = array(
|
|
||||||
'ഘ' => 828,
|
|
||||||
'ഘസം' => 829,
|
|
||||||
);
|
|
Loading…
Reference in a new issue