View | Details | Raw Unified | Return to bug 15395
Collapse All | Expand All

(-)a/t/LangInstaller/templates/simple.tt (-1 / +1 lines)
Lines 1-3 Link Here
1
[% PROCESS 'i18n.inc' %]
1
[% t('hello') | $raw %]
2
[% t('hello') | $raw %]
2
[% tx('hello {name}', { name = 'Bob' }) | $raw %]
3
[% tx('hello {name}', { name = 'Bob' }) | $raw %]
3
[% tn('item', 'items', count) | $raw %]
4
[% tn('item', 'items', count) | $raw %]
4
- 

Return to bug 15395