Aaron Pham
2024-02-06 d2fb50b83c9557f1cd36e4706e9a11aa8f01e458
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