Open marcorinck opened 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.
@marcorinck Almost done!
Awesome!
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.