Skip to content

Commit 53eeab6

Browse files
committed
Fixed Bosnian language code introduced in r12322.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12657 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 135781f commit 53eeab6

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)