From 6a6750acb877aea6cb5d256fc6f799517ee97108 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 24 Sep 2005 08:02:55 +0000 Subject: [PATCH] * Fix language name for dv --- RELEASE-NOTES | 1 + languages/Names.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ae8b513cf1..cf113e4432 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -120,6 +120,7 @@ fully support the editing toolbar, but was found to be too confusing. * (bug 3506) Avoid MySQL error when Listusers returns no results * (bug 3182) Clear link cache during import to prevent memory leak * Add options to dumpBackup.php for making split/partial dumps by page id +* Fix language name for dv === Caveats === diff --git a/languages/Names.php b/languages/Names.php index 39c96669a8..536c3c0f72 100644 --- a/languages/Names.php +++ b/languages/Names.php @@ -45,7 +45,7 @@ 'da' => 'Dansk', # Danish 'de' => 'Deutsch', # German 'dk' => 'Dansk', # Unused code currently redirecting to Danish, 'da' is correct for the language - 'dv' => 'ހިބަސް', # Dhivehi + 'dv' => 'ދިވެހިބަސް', # Dhivehi 'dz' => 'ཇོང་ཁ', # Bhutani 'ee' => 'Ɛʋɛ', # Ewe 'el' => 'Ελληνικά', # Greek -- 2.20.1