marcorinck / ngStart

skeleton project for new angular.js projects
MIT License
195 stars 29 forks source link

translations on a per-module basis #12

Open marcorinck opened 11 years ago

marcorinck commented 11 years ago

For big projects, it would be nice to group translations on a per-module basis. In this template project, that would be "about" and "contact", I can imagine a translation file per language in each module.

Unfortunately, angular-translate currently only supports one call per language to provide translations. But if https://github.com/PascalPrecht/angular-translate/issues/71 is integrated, I could use it here.

0x-r4bbit commented 11 years ago

@marcorinck Almost done!

marcorinck commented 11 years ago

Awesome!