How do I get Thymeleaf to use `resources/lang` as ...
# ktor
m
How do I get Thymeleaf to use
resources/lang
as its root folder for internationalization instead of
resources/templates
, or alternatively just use a single .properties file for all pages?
a
You can configure
prefix
property to change root path of templates.
m
But that changes where templates are stored as well, I want to have different folders for templates and translated strings, otherwise it'd be difficult to find the html files among hundreds of files