commercetools / commercetools-sunrise-java

The next generation shop framework by commercetools
https://demo.commercetools.com
Apache License 2.0
46 stars 35 forks source link

Unify MessagesApi with i18nResolver #683

Open lauraluiz opened 6 years ago

lauraluiz commented 6 years ago

For example by calling i18nResolver inside MessagesApi, which can delegate to the MessagesApi itself when not finding message via the YAML files. Another option would be to drop i18nResolver and simply implement a MessagesApi that resolves YAML files.