coyote-team / coyote-wp

Wordpress Plug-in for Coyote
2 stars 2 forks source link

Move string constants to templates #132

Closed jkva closed 2 years ago

jkva commented 2 years ago

Strings are currently translated and passed along as variables into their respective templates. As string data should generally live in views, this should instead be handled via a custom Twig filter which does the proper namespace-sensitive i18n work.

jkva commented 2 years ago

Closing as addressed via #134.