1
0
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:
luzpaz
2021-06-07 14:54:28 -04:00
committed by GitHub
parent 87bb746ea6
commit bbf09254a3
3 changed files with 3 additions and 3 deletions

View File

@@ -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" %}