FlipClock
FlipClock copied to clipboard
Adding an option to pass an object with custom localization
I think we should be able to set a translation using properties, the example:
clock = $('.clock').FlipClock({
clockFace: 'DailyCounter',
language: {
hours: "Custom Hours",
seconds: "Custom Seconds"
}
});