You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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
andprivacy-policy/de.html
into aTranslations[String]
.The text was updated successfully, but these errors were encountered: