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

@ -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',