X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/593e3af30350e0c4d231c5acc39e0ab101e646a5..92210a5be1d1f2514a382cdba85d8fe01ffe4440:/lib/potlatch2.rb diff --git a/lib/potlatch2.rb b/lib/potlatch2.rb index b5be8b987..67bc529a9 100644 --- a/lib/potlatch2.rb +++ b/lib/potlatch2.rb @@ -2,6 +2,7 @@ module Potlatch2 LOCALES = { "ar" => "ar", "ast" => "ast", + "az" => "az", "be" => "be", "be-Tarask" => "be-tarask", "br" => "br", @@ -30,6 +31,7 @@ module Potlatch2 "ja" => "ja_JP", "ka" => "ka", "ko" => "ko", + "ky" => "ky", "lb" => "lb", "lt" => "lt", "lv" => "lv", @@ -48,8 +50,8 @@ module Potlatch2 "sk" => "sk", "sl" => "sl", "sq" => "sq", - "sr-EC" => "sr-ec", - "sr-EL" => "sr-el", + "sr" => "sr-ec", + "sr-Latn" => "sr-el", "sv" => "sv_SE", "ta" => "ta", "tl" => "tl",