From 3dd96711951529502c86f8c5b6bafcdecde3dd1c Mon Sep 17 00:00:00 2001 From: Aymeric Giraudet Date: Sun, 19 Apr 2020 15:46:07 +0200 Subject: [PATCH] Added french language option in select Fixed json formatting and comma removed trailing return --- js/translations.js | 1 + locales/fr.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/js/translations.js b/js/translations.js index 75870df..d2658dc 100644 --- a/js/translations.js +++ b/js/translations.js @@ -16,6 +16,7 @@ i18next const languages = [ ['de', 'Deutsch'], ['en', 'English'], + ['fr', 'Français'], ['it', 'Italiano'], ['ja', '日本語'], ['pt-BR', 'Português'], diff --git a/locales/fr.json b/locales/fr.json index 35ca5a8..d9e527f 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -74,7 +74,7 @@ "thanks": "Rien de tout ça n'aurait pu être possible sans le travail de Ninji et son analyse sur comment Méli et Mélo déterminent la valeur des Navets.", "support": "Aide, commentaires et contributions sont disponibles via Github", "contributors-text": "Oh ! Et n'oublions pas de remercier toutes les personnes ayant contribué jusqu'à maintenant !", - "contributors": "Contributeurs" - "language": "Langue" + "contributors": "Contributeurs", + "language": "Langue" } } \ No newline at end of file