Angular Translate supports loading messages asynchronously from separate files. This would be much better than having messages inline in one file as it is now. To use this functionality, only the registration/setup code for angular translate needs to be changed, but it may be necessary to use another dependency (the file loading feature may not be part of the library as we use it).
Angular Translate supports loading messages asynchronously from separate files. This would be much better than having messages inline in one file as it is now. To use this functionality, only the registration/setup code for angular translate needs to be changed, but it may be necessary to use another dependency (the file loading feature may not be part of the library as we use it).