Page MenuHomePhabricator

Localise #REDIRECT in Nepali
Closed, ResolvedPublic

Description

Localise #REDIRECT in Nepali Wikipedia (edit toolbar)

  • Current version: #REDIRECT [[लक्ष्य पृष्ठको नाम]]
  • Proposed version: #अनुप्रेषण [[लक्ष्य पृष्ठको नाम]]

I don't think this is difficult to add since it's already a feature in Hindi Wikipedia.

Event Timeline

This can be done by adding this code to this file

$magicWords = [
	'redirect'                  => [ '0', '#अनुप्रेषण', '#REDIRECT' ],
];

Note: If you are curious and want to make this change yourself, please follow https://www.mediawiki.org/wiki/Gerrit/Tutorial , check out the mediawiki/core repository, edit the file languages/messages/MessagesNe.php, and upload your change into Gerrit. Thanks!

Change 884337 had a related patch set uploaded (by Tulsi Bhagat; author: Tulsi Bhagat):

[mediawiki/core@master] Add magicwords for redirect on newiki

https://gerrit.wikimedia.org/r/884337

Change 884337 merged by jenkins-bot:

[mediawiki/core@master] Add $magicwords for nepali

https://gerrit.wikimedia.org/r/884337

Tulsi_Bhagat added a subscriber: Urbanecm.

Changes will show onwards when MW-1.40.0-wmf.23 released. Thank you @Urbanecm for the deploy. I appreciate your work and time. :)

Change 908954 had a related patch set uploaded (by Bada Kaji; author: Bada Kaji):

[mediawiki/core@master] Nepali text characters in section headings (H2) partially cut

https://gerrit.wikimedia.org/r/908954