-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i18n support #513
Comments
As I see Madison is not a single page application, so I don't see advantage over Lavarel i8n |
The 1.8 milestone includes a single page application structure for Madison. |
Moving this to 2.0 milestone |
Another option is built-in angular 1.4 support: https://github.com/angular/i18n |
So, is there any update on this? |
Actually, yes! I got most of this figured out over on the editor in opengovfoundation/madison-editor@9f2f080 and I'm implementing this in Madison today. |
Ok, I've made a big dent in this. You should be able to create your own locale files and add them in the There are a few outstanding pieces of this that I haven't had time to deal with, and I could certainly use some help on these. Remaining Work
There are, of course, probably other issues I haven't thought of or encountered yet as well. I also need to write up documentation on the translations, but we're using Angular Translate for this if that helps. |
This is all in the |
This is now in |
Updated this with new items. |
In v4, site is fully i18n'd, just lacking translations. |
It looks like we have 2 good options for i18n,
angular-translate
andangular-gettext
.There's a debate between the two creators on this GH issue:
rubenv/angular-gettext#3
and a decent post on the subject here
http://blog.trifork.com/2014/04/10/internationalization-with-angularjs/
@eduard-k and @savajr does this approach work for you guys as well?
The text was updated successfully, but these errors were encountered: