feat(frontend): add french language file

also expanded translation coverage (still lots to do!)
This commit is contained in:
sct
2020-11-27 05:11:45 +00:00
parent 2aefcfdfb9
commit cd6d8a8216
18 changed files with 749 additions and 111 deletions

View File

@@ -1,6 +1,6 @@
import React, { ReactNode } from 'react';
export type AvailableLocales = 'en' | 'ja';
export type AvailableLocales = 'en' | 'ja' | 'fr';
interface LanguageContextProps {
locale: AvailableLocales;