-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
Description
Hi !
Currently, it's possible to write JGiven scenarios in some other languages than English (Spanish for example).
While using this feature both with the HTML5 app' generator, we end up with a mixed interface with menus/headers in English (All scenarios, Failed, Pending) and our scenarios in the chosen language.
The underlying AngularJS app does not seems to include a translation system. All labels seem to be hard-coded.
- What would be the best solution to translate the HTML5 app' ?
- Would it be costly to add translation system into the Angular app (as it does not seems to evolve anymore...) ?
Thanks
Clément