http://qs321.pair.com?node_id=466520


in reply to Re^4: Template::Toolkit, look-and-feel and internationalization
in thread Template::Toolkit, look-and-feel and internationalization

<EDIT>
Yes, that's valid
</EDIT>

Changing that to:
[% "Text to be translated" | i18n %]
and
[% "You gained %d experience points" | i18n(10) %]

respectively, would eliminate the need for the [%END%] tag. I also find this more readable.