Wire up the en_US locale for Potlatch 2

This commit is contained in:
Tom Hughes 2011-12-04 17:35:01 +00:00
parent 6ae587484f
commit 842ed833a0

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