diff options
Diffstat (limited to 'lib/general.lib.php')
-rw-r--r-- | lib/general.lib.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/general.lib.php b/lib/general.lib.php index b6c7c3fc..f49acb85 100644 --- a/lib/general.lib.php +++ b/lib/general.lib.php @@ -864,6 +864,7 @@ function get_languages() { case 'es_ES'; $name = 'Español'; break; case 'fr_FR'; $name = 'Français'; break; case 'it_IT'; $name = 'Italiano'; break; + case 'is_IS'; $name = 'Íslenska'; break; case 'nl_NL'; $name = 'Nederlands'; break; case 'tr_TR'; $name = _('Turkish'); break; case 'zh_CN'; $name = _('Simplified Chinese') . " (简体中文)"; break; |