From f6f59878774b2e55aa668ee1162319c6b3e36a79 Mon Sep 17 00:00:00 2001 From: Amir Aharoni Date: Sun, 17 Mar 2019 14:48:53 +0200 Subject: [PATCH] Add N'Ko to Names.php Bug: T221994 Change-Id: I8c8e05ebabec8d50fa089b4d88061667a29d8b83 --- RELEASE-NOTES-1.34 | 2 +- languages/data/Names.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 1775645b58..f0ea47dfbf 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -67,7 +67,7 @@ MediaWiki supports over 350 languages. Many localisations are updated regularly. Below only new and removed languages are listed, as well as changes to languages because of Phabricator reports. -* … +* (T152908) Added language support for N'Ko (nqo). === Breaking changes in 1.34 === * Preferences class, deprecated in 1.31, has been removed. diff --git a/languages/data/Names.php b/languages/data/Names.php index c0da2d1d6b..e44d7664dc 100644 --- a/languages/data/Names.php +++ b/languages/data/Names.php @@ -327,6 +327,7 @@ class Names { 'nn' => 'norsk nynorsk', # Norwegian (Nynorsk) 'no' => 'norsk', # Norwegian macro language (falls back to nb). 'nov' => 'Novial', # Novial + 'nqo' => 'ߒߞߏ', # N'Ko 'nrm' => 'Nouormand', # Norman (invalid code; 'nrf' in ISO 639 since 2014) 'nso' => 'Sesotho sa Leboa', # Northern Sotho 'nv' => 'Diné bizaad', # Navajo -- 2.20.1