diff options
author | EuAndreh <eu@euandre.org> | 2020-08-16 09:26:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-16 10:16:26 -0300 |
commit | 7c4bddbcc3a0d576fea6390dacc0d56285824210 (patch) | |
tree | bcde65e667611c46c7e5e5f96acc8f3f0381631c /_includes/public-inbox.html | |
parent | TIL on searching in git: Make quoting of '<regexp>' consistent (diff) | |
download | euandre.org-7c4bddbcc3a0d576fea6390dacc0d56285824210.tar.gz euandre.org-7c4bddbcc3a0d576fea6390dacc0d56285824210.tar.xz |
i18n: Ajouter le support pour la version française
Diffstat (limited to '_includes/public-inbox.html')
-rw-r--r-- | _includes/public-inbox.html | 21 |
1 files changed, 15 insertions, 6 deletions
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 <a href="https://lists.sr.ht/~euandreh/public-inbox">public inbox</a> by sending an email to - <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | uri_escape }}">~euandreh/public-inbox@lists.sr.ht</a> - [<a href="https://man.sr.ht/lists.sr.ht/etiquette.md">mailing list etiquette</a>], - or see <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">existing discussions</a>. + <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | uri_escape }}">~euandreh/public-inbox@lists.sr.ht</a>, + or see + <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">existing discussions</a>. {% elsif page.lang == 'pt' %} Você tem um comentário sobre esse texto? <a href="mailto:eu@euandre.org">Me mande um email</a> diretamente ou comece uma discussão na minha <a href="https://lists.sr.ht/~euandreh/public-inbox">caixa de entrada pública</a> mandando um email para - <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | uri_escape }}">~euandreh/public-inbox@lists.sr.ht</a> - [<a href="https://man.sr.ht/lists.sr.ht/etiquette.md">etiqueta da lista de email</a> (em inglês)], - ou procure por <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">discussões existentes</a>. + <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | uri_escape }}">~euandreh/public-inbox@lists.sr.ht</a>, + ou procure por + <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">discussões existentes</a>. +{% elsif page.lang == 'fr' %} + Avez-vous des commentaires à propos de cette text? + <a href="mailto:eu@euandre.org">Envoyez-moi un email</a> + directement ou commencer une discussiòn dans ma + <a href="https://lists.sr.ht/~euandreh/public-inbox">boîte de récepcion publique</a> + en envoyant un email à + <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | uri_escape }}">~euandreh/public-inbox@lists.sr.ht</a>, + ou rechèrche les + <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">discussion existantes</a>. {% endif %} |