quartz/i18n/index.ts
@@ -25,6 +25,7 @@ import th from "./locales/th-TH" import lt from "./locales/lt-LT" import fi from "./locales/fi-FI" import no from "./locales/nb-NO" export const TRANSLATIONS = { "en-US": enUs, @@ -74,6 +75,7 @@ "th-TH": th, "lt-LT": lt, "fi-FI": fi, "nb-NO": no, } as const export const defaultTranslation = "en-US"