Frerit / epiclock

Automatically exported from code.google.com/p/epiclock
0 stars 0 forks source link

days & months in french #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

is it possible to get the days and months in french?

Thnaks

Original issue reported on code.google.com by red...@gmail.com on 23 Oct 2009 at 1:04

GoogleCodeExporter commented 9 years ago
Ah yes, Localization isn't really supported directly with epiclock, but it is 
possible to override the formatting
strings like so:

{{{
Date.prototype.days = ['Dimanche', 'Lundi', 'Mardi' ...];
Date.prototype.months = ['Janvier', 'Février', 'Mars' ...];
}}}

Original comment by gars...@gmail.com on 10 Dec 2009 at 4:17

GoogleCodeExporter commented 9 years ago
OK, thank you ;)

Original comment by red...@gmail.com on 10 Dec 2009 at 4:23