mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Added missing period to "etc.".
This commit is contained in:
@@ -1384,7 +1384,7 @@ class MiscTests(SimpleTestCase):
|
||||
)
|
||||
def test_support_for_deprecated_chinese_language_codes(self):
|
||||
"""
|
||||
Some browsers (Firefox, IE etc) use deprecated language codes. As these
|
||||
Some browsers (Firefox, IE, etc.) use deprecated language codes. As these
|
||||
language codes will be removed in Django 1.9, these will be incorrectly
|
||||
matched. For example zh-tw (traditional) will be interpreted as zh-hans
|
||||
(simplified), which is wrong. So we should also accept these deprecated
|
||||
|
||||
Reference in New Issue
Block a user