roryg / ghostwriter

A simple AJAX driven Ghost theme.
MIT License
871 stars 360 forks source link

Add internationalisation (i18n) support #103

Closed gllmhyt closed 1 year ago

gllmhyt commented 6 years ago

Now that Ghost support to translate themes in any language, I've worked a bit on the theme to use the t translation helper and provide the first translation in French.

Everything works as before, but one thing: how dates are displayed on articles. I couldn't figure out (yet) how to cleanly internationalise the date, as the theme is using the american english MMMM Do YYYY. Therefore, I propose to display dates with the timeago atttribute for now.

Fixes #90.