X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9dea6b3739cd2e6504cbd2f7dceac1fcf1e7489d..a219a2e2a0f7a42aac60a23307be2338a951b6a8:/lib/potlatch2.rb?ds=inline diff --git a/lib/potlatch2.rb b/lib/potlatch2.rb index 899fe7096..308ef2e2d 100644 --- a/lib/potlatch2.rb +++ b/lib/potlatch2.rb @@ -1,10 +1,12 @@ module Potlatch2 LOCALES = { + "ar" => "ar", "ast" => "ast", "br" => "br", "ca" => "ca", "cs" => "cs_CZ", "de" => "de_DE", + "dsb" => "dsb", "en" => "en_US", "en-GB" => "en_GB", "es" => "es_ES", @@ -17,9 +19,11 @@ module Potlatch2 "hsb" => "hsb", "hu" => "hu", "ia" => "ia", + "it" => "it_IT", "ja" => "ja_JP", "ka" => "ka", "lb" => "lb", + "lt" => "lt", "lv" => "lv", "mk" => "mk", "ms" => "ms",