At the moment it is possible to load translation from single file only, like `var/messages.en.yaml`. It would be nice to be able to split huge messages to multiple "domain" file like: - `var/profile.en.yaml` - `var/pay.en.yaml` - `var/email.en.yaml`
At the moment it is possible to load translation from single file only, like
var/messages.en.yaml.It would be nice to be able to split huge messages to multiple "domain" file like:
var/profile.en.yamlvar/pay.en.yamlvar/email.en.yaml