mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #15848 -- Fixed regression introduced in [15882] in makemessages management command when processing multi-line comments that contain non-ASCCI characters in templates. Thanks for the report Denis Drescher.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16038 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -50,3 +50,10 @@ continued here.
|
||||
{% comment %} Translators: Two-line translator comment #4
|
||||
continued here.{% endcomment %}
|
||||
{% trans "Translatable literal #4b" %}
|
||||
|
||||
{% comment %} Translators: One-line translator comment #5 -- with non ASCII characters: áéíóúö{% endcomment %}
|
||||
{% trans "Translatable literal #5a" %}
|
||||
|
||||
{% comment %} Translators: Two-line translator comment #5 -- with non ASCII characters: áéíóúö
|
||||
continued here.{% endcomment %}
|
||||
{% trans "Translatable literal #6b" %}
|
||||
|
||||
Reference in New Issue
Block a user