- or download this
<h1>[% tr.tr("Hello World") %]</h1>
<p>[% tr.tr("Your new username is") %][% tr.quote(username) %]</p>
- or download this
package PageCamel::Web::TT::Translate;
...
return $trans;
<}
...
- or download this
use Template;
...
...
tr => 'PageCamel::Web::TT::Translate',
},
});