Opened 13 years ago
Closed 13 years ago
#621 closed defect (fixed)
template hook stops string extraction
| Reported by: | Elrond | Owned by: | Elrond |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.3.3 |
| Component: | programming | Keywords: | |
| Cc: | Parent Tickets: |
Description
I have no exact idea what is going wrong, but:
media.htmlis not any more extracted by pybabel.- git bisect tells me, that it is
927be5e8cafbf561ee6ff6a6d74ad566fa3402f0which switches the macro based template hooks over into a jinja extension. - Adding
mediagoblin.tools.template.TemplateHookExtensionto babel.ini currently breaks for me.
I have stopped here.
Change History (2)
comment:1 by , 13 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:2 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Okay. 3. works. I needed to use the local pybabel, not the global. Basicly.
So this is fixed in
bee998d5fd1855edbfcc44b2383f5627a5be65eb.