FlipClock icon indicating copy to clipboard operation
FlipClock copied to clipboard

Adding an option to pass an object with custom localization

Open abalmush opened this issue 10 years ago • 0 comments

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"
   }
});

abalmush avatar Dec 16 '15 15:12 abalmush