From 7c4bddbcc3a0d576fea6390dacc0d56285824210 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 16 Aug 2020 09:26:08 -0300 Subject: i18n: Ajouter le support pour la version française MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/i18n-date.html | 5 +++++ _includes/public-inbox.html | 21 +++++++++++++++------ 2 files changed, 20 insertions(+), 6 deletions(-) (limited to '_includes') diff --git a/_includes/i18n-date.html b/_includes/i18n-date.html index 5fa30b4..c57d93b 100644 --- a/_includes/i18n-date.html +++ b/_includes/i18n-date.html @@ -12,4 +12,9 @@ handcrafting the "%-d de %B de %Y" date format {% endcomment %} {{ include.date | date: "%-d de " }}{{ i18n_month }}{{ include.date | date: " de %Y" }} +{% elsif page.lang == "fr" %} + {% comment %} + handcrafting the "%-d de %B de %Y" date format + {% endcomment %} + {{ include.date | date: "%-d de " }}{{ i18n_month }}{{ include.date | date: " de %Y" }} {% endif %} diff --git a/_includes/public-inbox.html b/_includes/public-inbox.html index f598f8f..95a98ec 100644 --- a/_includes/public-inbox.html +++ b/_includes/public-inbox.html @@ -4,16 +4,25 @@ directly or start a discussion in my public inbox by sending an email to - ~euandreh/public-inbox@lists.sr.ht - [mailing list etiquette], - or see existing discussions. + ~euandreh/public-inbox@lists.sr.ht, + or see + existing discussions. {% elsif page.lang == 'pt' %} Você tem um comentário sobre esse texto? Me mande um email diretamente ou comece uma discussão na minha caixa de entrada pública mandando um email para - ~euandreh/public-inbox@lists.sr.ht - [etiqueta da lista de email (em inglês)], - ou procure por discussões existentes. + ~euandreh/public-inbox@lists.sr.ht, + ou procure por + discussões existentes. +{% elsif page.lang == 'fr' %} + Avez-vous des commentaires à propos de cette text? + Envoyez-moi un email + directement ou commencer une discussiòn dans ma + boîte de récepcion publique + en envoyant un email à + ~euandreh/public-inbox@lists.sr.ht, + ou rechèrche les + discussion existantes. {% endif %} -- cgit v1.2.3