mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Removed double spaces after periods and within phrases.
This commit is contained in:
@@ -575,7 +575,7 @@ class TranslationBlockTranslateTagTests(SimpleTestCase):
|
||||
rendered = t.render(Context())
|
||||
self.assertEqual(rendered, "May")
|
||||
|
||||
# Existing context... using a literal
|
||||
# Existing context... using a literal
|
||||
t = self.get_template(
|
||||
"{% load i18n %}"
|
||||
'{% blocktranslate context "month name" %}May{% endblocktranslate %}'
|
||||
|
||||
Reference in New Issue
Block a user