Opened 17 years ago
Last modified 16 years ago
#10891 closed
Blocktrans fails in 1.1b if there are newlines in the text — at Initial Version
| Reported by: | Stavros Korokithakis | Owned by: | nobody |
|---|---|---|---|
| Component: | Internationalization | Version: | dev |
| Severity: | Keywords: | i18n-fixed | |
| Cc: | Triage Stage: | Fixed on a branch | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The blocktrans tag silently fails to show the translation if there are newlines in the text to be translated. Only the original text is shown.
{% blocktrans %}
A test.
{% endblocktrans %}
fails.
{% blocktrans %}A test.{% endblocktrans %}
succeeds.
Note:
See TracTickets
for help on using tickets.