From 20616e533560bbffc30e1087b4985f41dee3635a Mon Sep 17 00:00:00 2001 From: Philippe Vaucher Date: Tue, 3 Jul 2018 17:40:46 +0200 Subject: [PATCH] Use valid JSON in French.json --- i18n/French.lang | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/French.lang b/i18n/French.lang index a46dbb8..b92aac6 100644 --- a/i18n/French.lang +++ b/i18n/French.lang @@ -28,9 +28,9 @@ }, "select": { "rows": { - _: "%d lignes séléctionnées", - 0: "Aucune ligne séléctionnée", - 1: "1 ligne séléctionnée" + "_": "%d lignes séléctionnées", + "0": "Aucune ligne séléctionnée", + "1": "1 ligne séléctionnée" } } }