2019-11-19 22:36:18 +01:00
|
|
|
<h3>Test translate current locale template function <i>[dynamic]</i> ("word", arguments...) <br/> <code>call .tr "hi" "iris"</code></h3>
|
|
|
|
|
|
|
|
{{call .tr "hi" "iris"}}
|
|
|
|
|
|
|
|
<hr/>
|
|
|
|
|
2019-12-13 22:06:18 +01:00
|
|
|
<h3>Test translate of any language template function <i>[static]</i> ("language", "word", arguments...) <br/> <code>tr "zh-CN" "hi" "iris"</code></h3>
|
2019-11-19 22:36:18 +01:00
|
|
|
|
2020-09-03 12:39:42 +02:00
|
|
|
{{tr "zh-CN" "hi" "iris"}}
|
|
|
|
|
|
|
|
<h3>Test HTML link ("word", arguments...) <br/> <code>call .trUnsafe "trUnsafe" "userProfilePublicDescription" "https://iris-go.com"</code></h3>
|
|
|
|
|
|
|
|
{{call .trUnsafe "userProfilePublicDescription" "https://iris-go.com"}}
|