From 8a0137446f27374795962bfa351e98929e15d40f Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 13 Nov 2005 23:18:22 +0000 Subject: [PATCH] Added Icelandic and Swedish translations to docs/settings.txt LANGUAGES section git-svn-id: http://code.djangoproject.com/svn/django/trunk@1220 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/settings.txt | 2 ++ 1 file changed, 2 insertions(+) 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')), )