Skip to content

Commit

Permalink
Fixes: Added swedish, fixed persian in own language
Browse files Browse the repository at this point in the history
  • Loading branch information
Côme Bernigaud authored and Benoit Mortier committed Jan 28, 2014
1 parent 96a6b80 commit fe7c557
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/functions.inc
Expand Up @@ -2816,6 +2816,7 @@ function get_languages($languages_in_own_language = FALSE, $strip_region_tag = F
"pl_PL" => "Polish",
"ru_RU" => "Russian",
"vi_VN" => "Vietnamese",
"sv_SE" => "Swedish",
"zh_CN" => "Chinese",
);

Expand All @@ -2828,13 +2829,14 @@ function get_languages($languages_in_own_language = FALSE, $strip_region_tag = F
"en_US" => "English",
"es_ES" => "Español",
"es_VE" => "Castellano",
"fa_IR" => "Persian",
"fa_IR" => "پارسی",
"fr_FR" => "Français",
"it_IT" => "Italiano",
"nl_NL" => "Nederlands",
"pl_PL" => "Polski",
"ru_RU" => "русский язык",
"vi_VN" => "Tiếng Việt",
"sv_SE" => "Svenska",
"zh_CN" => "中文, 汉语, 漢語",
);

Expand Down

0 comments on commit fe7c557

Please sign in to comment.