You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.
When I change the days and months arrays in source code, it doesn't honor the changes I make on the screen. Any workarounds on how we can make this work?
The text was updated successfully, but these errors were encountered:
@iltera A bit late perhaps but I just stumbled over you question and I think I know what you are trying to do.
The localization strings (name of days, months) comes from angulars built in filter so the easiest want to change the language would be to simply include an angular-localization file to your project: You can find the available languages here: https://github.com/angular/angular.js/tree/master/src/ngLocale.
Including a reference to any of these files will override the default language.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I change the days and months arrays in source code, it doesn't honor the changes I make on the screen. Any workarounds on how we can make this work?
The text was updated successfully, but these errors were encountered: