angular-clock
angular-clock copied to clipboard
Changing day and month text for localization
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?
can yuo give a code example of what you are trying to do?
@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.