From 8f32bb2991b806af0b173d07ddf46786ce887ae9 Mon Sep 17 00:00:00 2001 From: Jimmy Collins Date: Sat, 30 Sep 2006 09:41:45 +0000 Subject: [PATCH] * (bug 7448) Fixing the native name for Ewe (ee) --- RELEASE-NOTES | 1 + languages/Names.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0f3c7dcddc..1ee9182130 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -239,6 +239,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN mails are working after 'Mark all pages visited' button on Special:Watchlist is clicked * Made {{INT:}} a core parser function instead of a special case. The syntax and behaviour is largely unchanged. +* (bug 7448) Fixing the native name for Ewe (ee) == Languages updated == diff --git a/languages/Names.php b/languages/Names.php index 5d513c5e66..c5ac865c58 100644 --- a/languages/Names.php +++ b/languages/Names.php @@ -50,7 +50,7 @@ 'dk' => 'Dansk', # Unused code currently redirecting to Danish, 'da' is correct for the language 'dv' => 'ދިވެހިބަސް', # Dhivehi 'dz' => 'ཇོང་ཁ', # Bhutani - 'ee' => 'Ɛʋɛ', # Ewe + 'ee' => 'Eʋegbe', # Ewe 'el' => 'Ελληνικά', # Greek 'en' => 'English', # English 'eo' => 'Esperanto', # Esperanto -- 2.20.1