-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
Localization #28
Comments
For now, i have few other tasks/bugs in my list for the next immediate release. But localisation needs one more additional plugin. I think it might make this component bit heavy. Any suggestions to get the perfect solution is welcome. And thanks for this suggestion too. |
Suggestion: Add a setter to enable users to pass translations into the service. Same for the yearsList. |
I agree with @seppsepp suggestion. It's easy to implement and the file size would be pretty much the same. |
Or you can use the angularjs locale format thais is easier to implement: https://code.angularjs.org/1.0.3/i18n/ And yearsList should be set like: (...).yearsList = [startyear => 1999, endYear => 2020]; |
Thanks a lot for the link @willianbs. i will check this out when ever it is possible for me to do so. |
Please use the new version i.e. |
Hi, we still can't translate the weekdays, just to remember :) |
Do you mean S,M,T,W,...? |
Yep, that's it :) |
Hello!
The months, days of week, and GUI are in english, is on plan to localize these objects?
The text was updated successfully, but these errors were encountered: