mediawiki-extensions-Scribunto/Scribunto.namespaces.php
Amir E. Aharoni c8809168b4 Add Hebrew namespace aliases
Change-Id: Iafa658b113525b72e813961e7565a6046aca1219
2012-08-26 18:20:59 +00:00

14 lines
198 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$namespaceNames = array();
$namespaceNames['en'] = array(
828 => 'Module',
829 => 'Module_talk',
);
$namespaceNames['he'] = array(
828 => 'יחידה',
829 => יחת_יחידה',
);