refactor: 馃挕 Refactored how translations are loaded and used
Refactor how translations are used and loaded. Property web.langs.customfiles.path
must point to the
RersourceBundle, without the _lang.properties" extensions. An examle location, if we have files
/etc/props_en.propertiesand
/etc/props_cs.properties, the correct value for the configuration option is
web.langs.customfiles.path=/etc/props`.
BREAKING CHANGE: Property web.langs.customfiles.path
must point to the
RersourceBundle.