From 2c4f1d261436dd928e777d4b18255a01a53574d3 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 7 Jun 2016 11:44:44 -0400 Subject: [PATCH 1/3] Add Discourse link to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9667ca74..f010d5f4 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ The theme includes responsive layouts (`single`, `archive`, and `splash` pages) - Several layout options (single, archive, splash pages) - SEO optimized with support for [Twitter Cards](https://dev.twitter.com/cards/overview) and [Open Graph](http://ogp.me/) data - Optional header images, sidebars, table of contents, galleries, related posts, breadcrumb links, and more. -- Optional comments ([Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), Google+, and custom) -- Optional analytics ([Google Analytics](https://www.google.com/analytics/) and custom) +- Optional comments ([Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), Google+, [Discourse](https://www.discourse.org/), and custom). +- Optional analytics ([Google Analytics](https://www.google.com/analytics/) and custom). #### Demo Pages From 5dc51569839ea51f6d20988e152b20bf355350b9 Mon Sep 17 00:00:00 2001 From: Flohw Date: Wed, 8 Jun 2016 19:07:38 +0200 Subject: [PATCH 2/3] Add french translations --- _data/ui-text.yml | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/_data/ui-text.yml b/_data/ui-text.yml index 18867f13..ca5f71e7 100644 --- a/_data/ui-text.yml +++ b/_data/ui-text.yml @@ -27,7 +27,7 @@ en: &DEFAULT_EN website_label : "Website" email_label : "Email" recent_posts : "Recent Posts" - undefined_wpm : "Undefined parameter words_per_minute at _config.yml" + undefined_wpm : "Undefined parameter words_per_minute at _config.yml" en-US: <<: *DEFAULT_EN en-UK: @@ -60,11 +60,45 @@ es: &DEFAULT_ES website_label : "Sitio web" email_label : "Email" recent_posts : "Entradas recientes" - undefined_wpm : "Parametro words_per_minute (Palabras por minuto) no definido en _config.yml" + undefined_wpm : "Parametro words_per_minute (Palabras por minuto) no definido en _config.yml" es-ES: <<: *DEFAULT_ES es-CO: <<: *DEFAULT_ES +# French +# ----------------- +fr: &DEFAULT_FR + page : "Page" + pagination_previous : "Précédent" + pagination_next : "Suivant" + breadcrumb_home_label : "Accueil" + breadcrumb_separator : "/" + toc_label : "Sur cette page" + ext_link_label : "Lien direct" + less_than : "plus petit que" + minute_read : "minute de lecture" + minutes_read : "minutes de lecture" + share_on_label : "Partager sur" + meta_label : + tags_label : "Tags :" + categories_label : "Catégories :" + date_label : "Mis à jour :" + comments_label : "Laisser un commentaire" + more_label : "Lire plus" + related_label : "Vous pourriez aimer" + follow_label : "Suivez moi" + feed_label : "Flux" + powered_by : "Propulsé par" + website_label : "Site" + email_label : "Email" + recent_posts : "Posts récents" +fr-FR: + <<: *DEFAULT_FR +fr-BE: + <<: *DEFAULT_FR +fr-CH: + <<: *DEFAULT_FR + # Another locale # -------------- From 17eada19f7ea42d536c297741ee0a0d300ed23d5 Mon Sep 17 00:00:00 2001 From: Flohw Date: Wed, 8 Jun 2016 19:27:09 +0200 Subject: [PATCH 3/3] Add missing translation --- _data/ui-text.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/ui-text.yml b/_data/ui-text.yml index ca5f71e7..5d634fd6 100644 --- a/_data/ui-text.yml +++ b/_data/ui-text.yml @@ -93,6 +93,7 @@ fr: &DEFAULT_FR website_label : "Site" email_label : "Email" recent_posts : "Posts récents" + undefined_wpm : "Le paramètre words_per_minute n'est pas défini dans _config.yml" fr-FR: <<: *DEFAULT_FR fr-BE: