diff --git a/docs/settings.txt b/docs/settings.txt index fbce44807a..37a3228ada 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -414,6 +414,7 @@ Default: A tuple of all available languages. Currently, this is:: ('es', _('Spanish')), ('fr', _('French')), ('gl', _('Galician')), + ('is', _('Icelandic')), ('it', _('Italian')), ('no', _('Norwegian')), ('pt-br', _('Brazilian')), @@ -421,6 +422,7 @@ Default: A tuple of all available languages. Currently, this is:: ('ru', _('Russian')), ('sk', _('Slovak')), ('sr', _('Serbian')), + ('sv', _('Swedish')), ('zh-cn', _('Simplified Chinese')), )