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:
parent
27eaf5a891
commit
8a0137446f
|
@ -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')),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue