Commit fe4d3f89 authored by Jannis Leidel's avatar Jannis Leidel
Browse files

[1.1.X] Fixed #12220 - Added Serbian Latin to list of languages in global...

[1.1.X] Fixed #12220 - Added Serbian Latin to list of languages in global settings. Thanks, Janos Guljas.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12235 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 2986dc7b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -186,6 +186,7 @@ answer newbie questions, and generally made Django that much better:
    Simon Greenhill <dev@simon.net.nz>
    Owen Griffiths
    Espen Grindhaug <http://grindhaug.org/>
    Janos Guljas
    Thomas Güttler <hv@tbz-pariv.de>
    Horst Gutmann <zerok@zerokspot.com>
    Scot Hacker <shacker@birdhouse.org>
+1 −0
Original line number Diff line number Diff line
@@ -84,6 +84,7 @@ LANGUAGES = (
    ('sk', gettext_noop('Slovak')),
    ('sl', gettext_noop('Slovenian')),
    ('sr', gettext_noop('Serbian')),
    ('sr-latn', gettext_noop('Serbian Latin')),
    ('sv', gettext_noop('Swedish')),
    ('ta', gettext_noop('Tamil')),
    ('te', gettext_noop('Telugu')),