Dereckson has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/349907 )
Change subject: Localize namespaces in Doteli ...................................................................... Localize namespaces in Doteli Translation authors: - @Rameshti (Ram Prasad Joshi) - @nirajan_pant (Nirajan Pant) - @Janak_bhatta (Janak Bhatta) Bug: T162872 Change-Id: I3f28ebd5e5486e6e5f3bde7c3cbc42975e26af40 (cherry picked from commit 1bfa7ed20d782d14bc42230083c87f6c7221def0) --- M languages/messages/MessagesDty.php 1 file changed, 19 insertions(+), 0 deletions(-) Approvals: Dereckson: Verified; Looks good to me, approved diff --git a/languages/messages/MessagesDty.php b/languages/messages/MessagesDty.php index 4dedc47..7adf9c0 100644 --- a/languages/messages/MessagesDty.php +++ b/languages/messages/MessagesDty.php @@ -8,4 +8,23 @@ * */ +$namespaceNames = [ + NS_MEDIA => 'मिडिया', + NS_SPECIAL => 'बिशेष', + NS_TALK => 'कुरणि', + NS_USER => 'प्रयोगकर्ता', + NS_USER_TALK => 'प्रयोगकर्ता_कुरणि', + NS_PROJECT_TALK => '$1_वार्ता', + NS_FILE => 'चित्र', + NS_FILE_TALK => 'चित्र_कुरणि', + NS_MEDIAWIKI => 'मिडियाविकि', + NS_MEDIAWIKI_TALK => 'मिडियाविकि_कुरणि', + NS_TEMPLATE => 'ढाँचा', + NS_TEMPLATE_TALK => 'ढाँचा_कुरणि', + NS_HELP => 'मद्दत', + NS_HELP_TALK => 'मद्दत_कुरणि', + NS_CATEGORY => 'श्रेणी', + NS_CATEGORY_TALK => 'श्रेणी_कुरणि', +]; + $fallback = 'ne'; -- To view, visit https://gerrit.wikimedia.org/r/349907 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3f28ebd5e5486e6e5f3bde7c3cbc42975e26af40 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: wmf/1.29.0-wmf.20 Gerrit-Owner: Dereckson <[email protected]> Gerrit-Reviewer: Dereckson <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
