add french language

(cherry picked from commit 7414815b06)
This commit is contained in:
Eric Seigne 2020-04-30 14:10:46 +02:00
parent 665a0d0614
commit 62a4b1ded1
4 changed files with 1041 additions and 0 deletions

View file

@ -14,12 +14,14 @@ import lang_en_US_common from "../../../locales/en-US/common";
import lang_es_ES_common from "../../../locales/es-ES/common";
import lang_pt_BR_common from "../../../locales/pt-BR/common";
import lang_de_DE_common from "../../../locales/de-DE/common";
import lang_fr_FR_common from "../../../locales/fr-FR/common";
const resourcesCommon = {
'en-US': lang_en_US_common,
'es-ES': lang_es_ES_common,
'pt-BR': lang_pt_BR_common,
'de-DE': lang_de_DE_common,
'fr-FR': lang_fr_FR_common,
'fk-FK': convertToFake(lang_en_US_common)
};