Thank you NiLuJe for your answers.
It's true that Koreader already has its own clock, the utility of Nanoclock is more relevant on the nickelmenu.
To try to translate the days and months I tried to follow your instructions by removing the commas where it was necessary but it does not work, here's what I changed:
;
;Localization (translate Month and Day names)
;
Set day names, Lundi -> Dimanche (7 words)
;;Use {day} in the format string to use this.
;
days=Lun Mar Mer Jeu Ven Sam Dim
;
Set month names, Janvier -> Decembre (12 words)
;;Use {month} in the format string to use this.
;
months=Jan Fev Mar Avr Mai Jui Juil Aou Sep Oct Nov Dec
;
|