X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c5986fcc34a5b74b597c3068db727ec05b6e3fb8..593e3af30350e0c4d231c5acc39e0ab101e646a5:/lib/potlatch2.rb diff --git a/lib/potlatch2.rb b/lib/potlatch2.rb index 32e4548d9..b5be8b987 100644 --- a/lib/potlatch2.rb +++ b/lib/potlatch2.rb @@ -2,8 +2,10 @@ module Potlatch2 LOCALES = { "ar" => "ar", "ast" => "ast", - "be" => "be-tarask", + "be" => "be", + "be-Tarask" => "be-tarask", "br" => "br", + "bs" => "bs", "ca" => "ca", "cs" => "cs_CZ", "da" => "da", @@ -14,6 +16,7 @@ module Potlatch2 "en-GB" => "en_GB", "el" => "el", "es" => "es_ES", + "et" => "et", "fa" => "fa", "fi" => "fi", "fr" => "fr_FR", @@ -39,6 +42,7 @@ module Potlatch2 "pl" => "pl_PL", "pt" => "pt_PT", "pt-BR" => "pt_BR", + "ro" => "ro", "ru" => "ru", "rue" => "rue", "sk" => "sk",