Fixed Bosnian language code introduced in r12322.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12657 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2010-03-02 15:42:32 +00:00
parent 135781f46e
commit 53eeab64e4
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ LANGUAGES = (
('ar', gettext_noop('Arabic')),
('bg', gettext_noop('Bulgarian')),
('bn', gettext_noop('Bengali')),
('bn', gettext_noop('Bosnian')),
('bs', gettext_noop('Bosnian')),
('ca', gettext_noop('Catalan')),
('cs', gettext_noop('Czech')),
('cy', gettext_noop('Welsh')),