From: Tom Hughes Date: Mon, 28 Nov 2011 21:52:16 +0000 (+0000) Subject: Add Japanese and Polish to supported Potlatch 2 languages X-Git-Tag: live~6000 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/73cc336056ba96e63819fd0640bb7754c09d467f Add Japanese and Polish to supported Potlatch 2 languages --- diff --git a/lib/potlatch2.rb b/lib/potlatch2.rb index 5f21b5b9c..89349c6c9 100644 --- a/lib/potlatch2.rb +++ b/lib/potlatch2.rb @@ -6,7 +6,11 @@ module Potlatch2 "en-GB" => "en_GB", "fr" => "fr_FR", "fr-FR" => "fr_FR", + "ja" => "ja_JP", + "ja-JP" => "ja_JP", "pl" => "pl_PL", - "pl-PL" => "pl_PL" + "pl-PL" => "pl_PL", + "vi" => "vi_VN", + "vi-VN" => "vi_VN" } end