- Added multiple params support to trans (requested by meneame):
commit319d5bfe4f546e778d781086a5e6e53248fb144c
authorCésar D. Rodas <crodas@php.net>
Wed, 4 Aug 2010 03:40:09 +0000 (3 23:40 -0400)
committerCésar D. Rodas <crodas@php.net>
Wed, 4 Aug 2010 03:40:09 +0000 (3 23:40 -0400)
treec155be87502ef242476a572b852d85877e45a7db
parent4f4808eac49dceefd15076f0e2ad76755daa2032
- Added multiple params support to trans (requested by meneame):
    + trans "foo %s" "bar" => sprintf(_("foo %s"), "bar")
lib/Haanga/Extension/Tag/Trans.php
tests/assert_templates/locale/es_ES/LC_MESSAGES/messages.mo
tests/assert_templates/locale/es_ES/LC_MESSAGES/messages.po
tests/assert_templates/trans.html
tests/assert_templates/trans.tpl
tests/tmp/assert_templates_trans.tpl.php