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)
};

1033
locales/fr-FR/common.json Normal file

File diff suppressed because it is too large Load diff

View file

@ -13,6 +13,7 @@ enabledLanguages:
- en-US
- es-ES
- de-DE
- fr-FR
- fk-FK
mysql:

View file

@ -61,6 +61,11 @@ const langCodes = {
getLabel: t => 'Deutsch',
longCode: 'de-DE'
},
'fr-FR': {
getShortLabel: t => 'FR',
getLabel: t => 'Francais',
longCode: 'fr-FR'
},
'fk-FK': {
getShortLabel: t => 'FK',
getLabel: t => 'Fake',