From fcb6ce416f2821e2e92e4573a2e2e9a34f4e176e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 7 Apr 2011 11:16:23 +0100 Subject: [PATCH] Don't use the en_US locale for Potlatch 2 as it doesn't work --- lib/potlatch2.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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", -- 2.43.2