Add french translation (#522)

* Add french translation

* improve fill translation

* forget accent on select translation
This commit is contained in:
Thibaut SABOT 2020-01-23 19:00:30 +01:00 committed by David Luzar
parent e8c909e35c
commit 990e064c13
2 changed files with 68 additions and 1 deletions

View file

@ -16,7 +16,8 @@ export function parseDetectedLang(lng: string | undefined): string {
export const languages = [
{ lng: "en", label: "English" },
{ lng: "es", label: "Español" }
{ lng: "es", label: "Español" },
{ lng: "fr", label: "Français" }
];
i18n