From: Tom Hughes Date: Sun, 4 Dec 2011 17:35:01 +0000 (+0000) Subject: Wire up the en_US locale for Potlatch 2 X-Git-Tag: live~6613 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/842ed833a07c3fb2cd19cff41cd0e1016526f81b Wire up the en_US locale for Potlatch 2 --- diff --git a/lib/potlatch2.rb b/lib/potlatch2.rb index 89349c6c9..f967c032c 100644 --- a/lib/potlatch2.rb +++ b/lib/potlatch2.rb @@ -2,8 +2,9 @@ module Potlatch2 LOCALES = { "de" => "de_DE", "de-DE" => "de_DE", - "en" => "en_GB", + "en" => "en_US", "en-GB" => "en_GB", + "en-US" => "en_US", "fr" => "fr_FR", "fr-FR" => "fr_FR", "ja" => "ja_JP",