Localize "Module" namespace to Hindi

Made the earlier semantically-correct Hindi localization an alias
and added the suggested Hindi localization preferred by the Hindi
Wikipedia community members the primary Hindi localization.

Bug: T366235
Followup-To: I811594311abb4e1d3e44ce3b284d11f72836cbdd
Change-Id: I2f8c7b1dfe22f210773507e86f4b12edd3fd196b
This commit is contained in:
Harsh Rathod 2024-06-16 16:48:49 +05:30 committed by jenkins-bot
parent f2ad2dbb20
commit b4a7d5c8ca

View file

@ -275,6 +275,11 @@ $namespaceNames['he'] = [
];
$namespaceNames['hi'] = [
828 => 'मॉड्यूल',
829 => 'मॉड्यूल_वार्ता',
];
$namespaceAliases['hi'] = [
828 => 'अनुखंड',
829 => 'अनुखंड_वार्ता',
];