Jacky Zhao
2025-04-04 4d6e7ccba9077a6ec288d12a1502110362300392
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"