projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Don't use the en_US locale for Potlatch 2 as it doesn't work
[rails.git]
/
lib
/
potlatch2.rb
1
module Potlatch2
2
LOCALES = {
3
"de" => "de_DE",
4
"de-DE" => "de_DE",
5
"en" => "en_GB",
6
"en-GB" => "en_GB",
7
"fr" => "fr_FR",
8
"fr-FR" => "fr_FR",
9
"pl" => "pl_PL",
10
"pl-PL" => "pl_PL"
11
}
12
end