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
This commit is contained in:
Adrian Holovaty 2005-11-13 23:18:22 +00:00
parent 27eaf5a891
commit 8a0137446f
1 changed files with 2 additions and 0 deletions

View File

@ -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')),
)