eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.46k stars 314 forks source link

Change the language of date and time #253

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi There, I’m trying to develop a simple blog in Italian. All code works just fine, but the date of articles (and the archive.html) are still in English. Is possible to change the date format and time to another language in Cactus? Maybe in the config.json? Thanks in advance. Andrea

ghost commented 8 years ago

Problem solved thanks to @richardcornish 👍

It’s so simple to do, just add the language in the config.json.

{
  "locale": "it"
}