mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed typo in docs/topics/i18n/translation.txt.
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							746bb13ceb
						
					
				
				
					commit
					c9f12f149f
				
			| @@ -743,8 +743,8 @@ For instance, the following ``{% blocktranslate %}`` tag:: | ||||
|     {% endblocktranslate %} | ||||
|  | ||||
| will result in the entry ``"First sentence. Second paragraph."`` in the PO file, | ||||
| compared to ``"\n  First sentence.\n  Second sentence.\n"``, if the ``trimmed`` | ||||
| option had not been specified. | ||||
| compared to ``"\n  First sentence.\n  Second paragraph.\n"``, if the | ||||
| ``trimmed`` option had not been specified. | ||||
|  | ||||
| .. versionchanged:: 3.1 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user