diff --git a/web/src/i18n.ts b/web/src/i18n.ts index 9fcc51d5b..0a540d7bb 100644 --- a/web/src/i18n.ts +++ b/web/src/i18n.ts @@ -5,6 +5,7 @@ import { findNearestMatchedLanguage } from "./utils/i18n"; export const locales = orderBy([ "ar", + "ca", "cs", "de", "en", @@ -12,6 +13,7 @@ export const locales = orderBy([ "es", "fa", "fr", + "gl", "hi", "hr", "hu",