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

Add type safety to internationalized messages #685

Open acbeni opened 6 years ago

acbeni commented 6 years ago

Right now Labels are used to get hold of messages specified in the yaml files. That can be enhanced through generation of classes that contains all the keys of the yaml messages. the main gain from this is type safety of messages. this will complement issue #684

lauraluiz commented 6 years ago

Example of accessing resources in Android: https://developer.android.com/guide/topics/resources/accessing-resources.html