From 5814cf7e3d4783a6193d089e5702fce39435cdb4 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 23 Jun 2009 01:37:00 +0000 Subject: [PATCH] Reverting r51209 -- change to German number formatting per bug 18957. Apparently there is wild disagreement on what the proper formatting is; since no one complained in the previous 8 years I'm returning it to the status quo. --- RELEASE-NOTES | 1 - languages/classes/LanguageDe.php | 21 --------------------- languages/messages/MessagesDe.php | 7 ++----- 3 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 languages/classes/LanguageDe.php diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4200dbd50b..06b9ab2e1a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -253,7 +253,6 @@ changes to languages because of MediaZilla reports. * (bug 18806) Use correct unicode characters in spelling of native Chuvash (Чӑвашла) * (bug 18864) Updated autonym for Zhuang language -* (bug 18957) Updated number formatting for German (de) * (bug 18308) Updated date formatting in Occitan (oc) * (bug 19080) Added ăâîşţșțĂÂÎŞŢȘȚ to Romanion (ro) linktrail * (bug 19286) Correct commafying function in Polish (pl) diff --git a/languages/classes/LanguageDe.php b/languages/classes/LanguageDe.php deleted file mode 100644 index b6fe0482d9..0000000000 --- a/languages/classes/LanguageDe.php +++ /dev/null @@ -1,21 +0,0 @@ - NS_FILE_TALK, ); + $bookstoreList = array( 'abebooks.de' => 'http://www.abebooks.de/servlet/BookSearchPL?ph=2&isbn=$1', 'amazon.de' => 'http://www.amazon.de/exec/obidos/ISBN=$1', @@ -68,11 +69,7 @@ $bookstoreList = array( 'Lehmanns Fachbuchhandlung' => 'http://www.lob.de/cgi-bin/work/suche?flag=new&stich1=$1' ); -$separatorTransformTable = array( - ',' => "\xc2\xa0", # nbsp - '.' => ',' -); - +$separatorTransformTable = array(',' => '.', '.' => ',' ); $linkTrail = '/^([äöüßa-z]+)(.*)$/sDu'; $specialPageAliases = array( -- 2.20.1