Jon Erling Hustadnes
2025-02-27 9b47279fe62bfd8921bb4f98c3008feff2d9fe34
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"