Edgewall Software

Opened 17 years ago

Closed 17 years ago

#132 closed enhancement (fixed)

Gettext calls should still be extracted from ignored tags

Reported by: palgarvio Owned by: cmlenz
Priority: major Milestone: 0.4.3
Component: Internationalization Version: 0.4.2
Keywords: Cc:

Description

Consider the following html snippet:

<script type="text/javascript">
  $('#llist').tabs({ remote: true, spinner: "${ _('Please Wait....') }"});
</script>

Now, the script tag is in the Genshi ignored tags, so, the mention about that gettext call does not(wrongly) end up mentioned in the catalog POT file like it should.

Change History (2)

comment:1 Changed 17 years ago by palgarvio

  • Milestone changed from 0.5 to 0.4.3

comment:2 Changed 17 years ago by cmlenz

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [658], ported to 0.4.x in [660].

Note: See TracTickets for help on using tickets.