diff --git a/frontend/src/i18n/index.js b/frontend/src/i18n/index.js index 3a20a4c..0325499 100644 --- a/frontend/src/i18n/index.js +++ b/frontend/src/i18n/index.js @@ -1,6 +1,7 @@ import it from './it.json' import en from './en.json' import cs from './cs.json' +import fr from './fr.json' export const defaultLocale = 'it' @@ -9,5 +10,6 @@ export const fallbackLocale = 'en' export const languages = { it: it, en: en, - cs: cs -} \ No newline at end of file + cs: cs, + fr: fr, +}