mirror of
https://github.com/django/django.git
synced 2025-01-03 06:55:47 +00:00
Fixed typo in tests/check_framework/test_translation.py comment.
This commit is contained in:
parent
7c3a8b9db2
commit
a35bf4af72
@ -28,7 +28,7 @@ class TranslationCheckTests(SimpleTestCase):
|
||||
'-en', # leading separator.
|
||||
'en-', # trailing separator.
|
||||
'en-US.UTF-8', # language tag w/ locale encoding.
|
||||
'en_US.UTF-8', # locale format - languate w/ region and encoding.
|
||||
'en_US.UTF-8', # locale format - language w/ region and encoding.
|
||||
'ca_ES@valencia', # locale format - language w/ region and variant.
|
||||
# FIXME: The following should be invalid:
|
||||
# 'sr@latin', # locale instead of language tag.
|
||||
|
Loading…
Reference in New Issue
Block a user