Callum Barker
2024-06-13 a12d76afdb51e0de3adf5fdaef63e5f20077ff97
quartz/i18n/index.ts
@@ -15,6 +15,8 @@
import vi from "./locales/vi-VN"
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,
@@ -54,6 +56,8 @@
  "vi-VN": vi,
  "pt-BR": pt,
  "hu-HU": hu,
  "fa-IR": fa,
  "pl-PL": pl,
} as const
export const defaultTranslation = "en-US"