Wire up the en_US locale for Potlatch 2
This commit is contained in:
parent
6ae587484f
commit
842ed833a0
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue