quartz/i18n/index.ts
@@ -15,6 +15,7 @@ import vi from "./locales/vi-VN" import pt from "./locales/pt-BR" import hu from "./locales/hu-HU" import fa from "./locales/fa-IR" export const TRANSLATIONS = { "en-US": en, @@ -54,6 +55,7 @@ "vi-VN": vi, "pt-BR": pt, "hu-HU": hu, "fa-IR": fa, } as const export const defaultTranslation = "en-US"