mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed typos in test comments.
This commit is contained in:
@@ -85,7 +85,7 @@ continued here.{% endcomment %}
|
||||
{% blocktranslate context 'Special blocktranslate context wrapped in single quotes' %}Translatable literal with context wrapped in single quotes{% endblocktranslate %}
|
||||
{% blocktranslate context "Special blocktranslate context wrapped in double quotes" %}Translatable literal with context wrapped in double quotes{% endblocktranslate %}
|
||||
|
||||
{# Backwards compatability tests #}
|
||||
{# Backwards compatibility tests #}
|
||||
{% blocktrans %}blocktrans text{% endblocktrans %}
|
||||
{% trans "trans text" %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user