Skip to content

Commit

Permalink
Fix French language support
Browse files Browse the repository at this point in the history
  • Loading branch information
cdauth committed Sep 30, 2024
1 parent 0718e8b commit 53f55ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/src/i18n-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 53f55ad

Please sign in to comment.