[1.1.X] Fixed Bosnian language code introduced in r12330.
Backport from r12657. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12658 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
755a0f6d96
commit
cea0374cc6
|
@ -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')),
|
||||
|
|
Loading…
Reference in New Issue