quartz/i18n/index.ts
@@ -16,6 +16,7 @@ import pt from "./locales/pt-BR" import hu from "./locales/hu-HU" import fa from "./locales/fa-IR" import pl from "./locales/pl-PL" export const TRANSLATIONS = { "en-US": en, @@ -56,6 +57,7 @@ "pt-BR": pt, "hu-HU": hu, "fa-IR": fa, "pl-PL": pl, } as const export const defaultTranslation = "en-US"