Opened 18 years ago
Closed 17 years ago
#3088 closed defect (fixed)
Filter parameters are not translated in blocktrans
Description ¶
Consider a template with:
{% blocktrans with day|date:_("F j") as date%}Something on {{ date }}{% endblocktrans %}
"F j" is not available in the resulting .po file when running make-messages.py.
I found that the problem comes from the templatize function in utils/translations/trans_real.py but was not able to fix it as I am not good at playing with Lexer/Parser.
Change History (8)
comment:1 by , 18 years ago
Component: | Translations → Internationalization |
---|
comment:2 by , 18 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 17 years ago
Has patch: | set |
---|
comment:5 by , 17 years ago
Keywords: | sprintsept14 added |
---|
comment:6 by , 17 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:7 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Changed to the Internationalization component, as it is not a translation problem.