Don't use the en_US locale for Potlatch 2 as it doesn't work

This commit is contained in:
Tom Hughes 2011-04-07 11:16:23 +01:00
parent 9f0cc74832
commit fcb6ce416f

View file

@ -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",