From 8b81f29d3451963277fe28358fae9879abc46a2b Mon Sep 17 00:00:00 2001 From: vgalin <47885533+vgalin@users.noreply.github.com> Date: Fri, 19 Jul 2019 11:33:03 +0200 Subject: [PATCH] fix typo "mot" is masculine in french, so "un" has to be used here instead of "une" --- i18n/fr.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/fr.toml b/i18n/fr.toml index 34af70d..f3256d1 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -32,5 +32,5 @@ other = "{{ .Count }} minutes" other = "Table des matières" [wordCount] -one = "Une Mot" +one = "Un Mot" other = "{{ .Count }} Mots"