The loader is currently only capable of loading HOCON files from the classpath resources. It should be more broadly applicable allowing to load arbitrary paths and formats. While the current HOCON loading should remain, additionally it should be possible to load files such as privacy-policy/en.html and privacy-policy/de.html into a Translations[String].
The loader is currently only capable of loading HOCON files from the classpath resources. It should be more broadly applicable allowing to load arbitrary paths and formats. While the current HOCON loading should remain, additionally it should be possible to load files such as
privacy-policy/en.htmlandprivacy-policy/de.htmlinto aTranslations[String].