]> git.openstreetmap.org Git - rails.git/blobdiff - lib/potlatch2.rb
Wire up the en_US locale for Potlatch 2
[rails.git] / 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",