diff --git a/i18n/en.yml b/i18n/en.yml new file mode 100644 index 0000000..3c79a27 --- /dev/null +++ b/i18n/en.yml @@ -0,0 +1,29 @@ +- id: prev_articles + translation: "Latest articles" + +- id: next_articles + translation: "Oldest articles" + +- id: prev_article + translation: "Previous article" + +- id: next_article + translation: "Next article" + +- id: toc + translation: "Table of Contents" + +- id: posted_by + translation: "Posted by" + +- id: updated_on + translation: "Last modified on" + +- id: by + translation: "By" + +- id: "on" + translation: "on" + +- id: "date_fmt" + translation: "Jan 2 2006" diff --git a/i18n/fr.yml b/i18n/fr.yml new file mode 100644 index 0000000..0058382 --- /dev/null +++ b/i18n/fr.yml @@ -0,0 +1,29 @@ +- id: prev_articles + translation: "Articles plus récents" + +- id: next_articles + translation: "Articles plus anciens" + +- id: prev_article + translation: "Article précédent" + +- id: next_article + translation: "Article suivant" + +- id: toc + translation: "Table des matières" + +- id: posted_by + translation: "Posté par" + +- id: updated_on + translation: "Mis à jour le" + +- id: by + translation: "Par" + +- id: "on" + translation: "le" + +- id: "date_fmt" + translation: "2 Jan 2006" diff --git a/layouts/_default/section.html b/layouts/_default/section.html index a2fef0b..75dc25c 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -14,21 +14,21 @@