mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed typo in tests/check_framework/test_translation.py comment.
This commit is contained in:
		
				
					committed by
					
						
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user