diff --git a/utils/src/i18n-utils.ts b/utils/src/i18n-utils.ts index c5fc1837..ae55d4e6 100644 --- a/utils/src/i18n-utils.ts +++ b/utils/src/i18n-utils.ts @@ -2,7 +2,7 @@ import { Units } from "facilmap-types"; import i18next, { type CustomPluginOptions, type Module, type Newable, type i18n } from "i18next"; import LanguageDetector from "i18next-browser-languagedetector"; -export const LANGUAGES = ["en", "de", "es", "nb-NO", "ru", "zh-Hant"]; +export const LANGUAGES = ["en", "de", "es", "fr", "nb-NO", "ru", "zh-Hant"]; export const DEFAULT_LANGUAGE = "en";