From: Tom Hughes Date: Thu, 7 Apr 2011 10:16:23 +0000 (+0100) Subject: Don't use the en_US locale for Potlatch 2 as it doesn't work X-Git-Tag: live~6254^2~51 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/fcb6ce416f2821e2e92e4573a2e2e9a34f4e176e Don't use the en_US locale for Potlatch 2 as it doesn't work --- diff --git a/lib/potlatch2.rb b/lib/potlatch2.rb index 4b64d6638..5f21b5b9c 100644 --- a/lib/potlatch2.rb +++ b/lib/potlatch2.rb @@ -2,9 +2,8 @@ module Potlatch2 LOCALES = { "de" => "de_DE", "de-DE" => "de_DE", - "en" => "en_US", + "en" => "en_GB", "en-GB" => "en_GB", - "en-US" => "en_US", "fr" => "fr_FR", "fr-FR" => "fr_FR", "pl" => "pl_PL",