Skip to content

Commit cea0374

Browse files
committed
[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
1 parent 755a0f6 commit cea0374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django/conf/global_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
('ar', gettext_noop('Arabic')),
4545
('bg', gettext_noop('Bulgarian')),
4646
('bn', gettext_noop('Bengali')),
47-
('bn', gettext_noop('Bosnian')),
47+
('bs', gettext_noop('Bosnian')),
4848
('ca', gettext_noop('Catalan')),
4949
('cs', gettext_noop('Czech')),
5050
('cy', gettext_noop('Welsh')),

0 commit comments

Comments
 (0)