vwochnik / jekyll-language-plugin

Jekyll 3.0-compatible multi-language plugin for posts, pages and includes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to filter the output of the t tag?

dannyboyer opened this issue · comments

commented

Is there a better way to do that?
I am adding the upcase filter on the translation.
{% capture output %}{% t 'nav.home' %}{% endcapture %}{{ output | upcase }}