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', # leading separator.
|
||||||
'en-', # trailing separator.
|
'en-', # trailing separator.
|
||||||
'en-US.UTF-8', # language tag w/ locale encoding.
|
'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.
|
'ca_ES@valencia', # locale format - language w/ region and variant.
|
||||||
# FIXME: The following should be invalid:
|
# FIXME: The following should be invalid:
|
||||||
# 'sr@latin', # locale instead of language tag.
|
# 'sr@latin', # locale instead of language tag.
|
||||||
|
|
Loading…
Reference in New Issue