Test translate current locale template function [dynamic] ("word", arguments...)
call .tr "hi" "iris"
{{call .tr "hi" "iris"}}
Test translate of any language template function [static] ("language", "word", arguments...)
tr "zh-CN" "hi" "iris"
{{tr "zh-CN" "hi" "iris"}}