Outside translation test
TRANSLATION CLASS (OUT): {$TRANSLATE_TEST}
TRANSLATION CLASS (OUT FUNCTION): {$TRANSLATE_TEST_FUNCTION}
TRANSLATION CLASS (SMARTY): {$TRANSLATE_TEST_SMARTY}
Translate Test with replace:
ORIGINAL: Original with string: %1 ({$replace})
TRANSLATED: {t 1=$replace}Original with string: %1{/t}
TRANSLATED (escape): {t escape=on 1=$replace}Original with string: %1{/t}
{capture assign="extra_title"}{t}INPUT TEST{/t}{/capture}
Capture test: {$extra_title}
{section name=plural_test start=0 loop=3}
Plural test {$smarty.section.plural_test.index}: {t count=$smarty.section.plural_test.index plural="multi"}single{/t}
{/section}