]> git.openstreetmap.org Git - rails.git/commitdiff
Wire up the en_US locale for Potlatch 2
authorTom Hughes <tom@compton.nu>
Sun, 4 Dec 2011 17:35:01 +0000 (17:35 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 4 Dec 2011 17:35:01 +0000 (17:35 +0000)
lib/potlatch2.rb

index 89349c6c94ab7001ae5a23d46a4e825e89a15b95..f967c032cd2e7d4667652299fa13b28cff34dbf7 100644 (file)
@@ -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",