diff --git a/src/app/locales/constants.ts b/src/app/locales/constants.ts index 23e46e98..961f48b3 100644 --- a/src/app/locales/constants.ts +++ b/src/app/locales/constants.ts @@ -1,6 +1,6 @@ import { setLocale } from "react-i18nify" -export const LANGUAGES = ["en", "fr", "ar", "cs", "de", "es", "it", "nl", "ro", "ru", "sv", "tr", "zh"] +export const LANGUAGES = ["en", "fr", "ar", "cs", "de", "es", "it", "nl", "ro", "ru", "sv", "tr", "zh", "uk"] export const __LOCAL_STORAGE_LANG_KEY__ = "__LOCAL_STORAGE_LANG_KEY__" export const DEFAULT_LANGUAGE = "en"