diff --git a/AUTHORS b/AUTHORS index 9ca5753804..9402ef2ae6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -190,6 +190,7 @@ answer newbie questions, and generally made Django that much better: Simon Greenhill Owen Griffiths Espen Grindhaug + Janos Guljas Thomas Güttler Horst Gutmann Scot Hacker diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py index e970c12792..e3ba6602cc 100644 --- a/django/conf/global_settings.py +++ b/django/conf/global_settings.py @@ -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')),