Don't use the en_US locale for Potlatch 2 as it doesn't work
This commit is contained in:
parent
9f0cc74832
commit
fcb6ce416f
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue