From 2e6e4ad2c7026358b0c83ec27677eba445744c9d Mon Sep 17 00:00:00 2001 From: enzo-g Date: Sat, 7 Nov 2020 19:27:27 +0900 Subject: [PATCH] Update fr.json "present": "cadeau" -> cadeau means 'gift' in French. 'Aujourd'hui' is more appropriate, it's the term use by LinkedIn in French. French is my native language. --- src/i18n/locales/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json index 1deabf06..96632d62 100644 --- a/src/i18n/locales/fr.json +++ b/src/i18n/locales/fr.json @@ -9,7 +9,7 @@ "required": "Requis", "website": "Site web", "date": "Date", - "present": "Cadeau", + "present": "Aujourd’hui", "position": "Poste", "startDate": "Début", "endDate": "Fin",