diff -r ebb4423dae4e tests/regressiontests/i18n/commands/templates/test.html
a
|
b
|
|
50 | 50 | {% comment %} Translators: Two-line translator comment #4 |
51 | 51 | continued here.{% endcomment %} |
52 | 52 | {% trans "Translatable literal #4b" %} |
| 53 | |
| 54 | {% comment %} Translators: One-line translator comment #5 -- with non ASCII characters: áéíóúö{% endcomment %} |
| 55 | {% trans "Translatable literal #5a" %} |
| 56 | |
| 57 | {% comment %} Translators: Two-line translator comment #5 -- with non ASCII characters: áéíóúö |
| 58 | continued here.{% endcomment %} |
| 59 | {% trans "Translatable literal #6b" %} |