Skip to content

Commit

Permalink
Fixed #12220 - Added Serbian Latin to list of languages in global set…
Browse files Browse the repository at this point in the history
…tings. Thanks, Janos Guljas.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jezdez committed Jan 1, 2010
1 parent 17e191a commit 18c31f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ answer newbie questions, and generally made Django that much better:
Simon Greenhill <dev@simon.net.nz> Simon Greenhill <dev@simon.net.nz>
Owen Griffiths Owen Griffiths
Espen Grindhaug <http://grindhaug.org/> Espen Grindhaug <http://grindhaug.org/>
Janos Guljas
Thomas Güttler <hv@tbz-pariv.de> Thomas Güttler <hv@tbz-pariv.de>
Horst Gutmann <zerok@zerokspot.com> Horst Gutmann <zerok@zerokspot.com>
Scot Hacker <shacker@birdhouse.org> Scot Hacker <shacker@birdhouse.org>
Expand Down
1 change: 1 addition & 0 deletions django/conf/global_settings.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
('sk', gettext_noop('Slovak')), ('sk', gettext_noop('Slovak')),
('sl', gettext_noop('Slovenian')), ('sl', gettext_noop('Slovenian')),
('sr', gettext_noop('Serbian')), ('sr', gettext_noop('Serbian')),
('sr-latn', gettext_noop('Serbian Latin')),
('sv', gettext_noop('Swedish')), ('sv', gettext_noop('Swedish')),
('ta', gettext_noop('Tamil')), ('ta', gettext_noop('Tamil')),
('te', gettext_noop('Telugu')), ('te', gettext_noop('Telugu')),
Expand Down

0 comments on commit 18c31f6

Please sign in to comment.