Alexei Chernyavsky
2025-10-30 0c4386dce1c1a249be15d84319a77227a0999c9e
quartz/i18n/index.ts
@@ -25,6 +25,9 @@
import th from "./locales/th-TH"
import lt from "./locales/lt-LT"
import fi from "./locales/fi-FI"
import no from "./locales/nb-NO"
import id from "./locales/id-ID"
import kk from "./locales/kk-KZ"
export const TRANSLATIONS = {
  "en-US": enUs,
@@ -74,6 +77,9 @@
  "th-TH": th,
  "lt-LT": lt,
  "fi-FI": fi,
  "nb-NO": no,
  "id-ID": id,
  "kk-KZ": kk,
} as const
export const defaultTranslation = "en-US"