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