Fixed typo in tests/check_framework/test_translation.py comment.

This commit is contained in:
Nick Pope 2019-03-09 12:17:50 +00:00 committed by Mariusz Felisiak
parent 7c3a8b9db2
commit a35bf4af72
1 changed files with 1 additions and 1 deletions

View File

@ -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.