Aaron Pham
2024-02-06 52ef6d1b6f2c4be99426929fc98b17dc7e7e96fc
quartz/i18n/index.ts
@@ -13,5 +13,5 @@
  "nl-NL": nl,
} as const
export const i18n = (locale: ValidLocale): Translation => TRANSLATIONS[locale]
export const i18n = (locale: ValidLocale): Translation => TRANSLATIONS[locale ?? "en-US"]
export type ValidLocale = keyof typeof TRANSLATIONS