add persian, croatian, and slovak

This commit is contained in:
Josh Hawkins 2026-02-03 12:21:50 -06:00
parent 06141b900e
commit becfad8ce6
2 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,7 @@ const localeMap: Record<string, () => Promise<Locale>> = {
lt: () => import("date-fns/locale/lt").then((module) => module.lt),
th: () => import("date-fns/locale/th").then((module) => module.th),
ca: () => import("date-fns/locale/ca").then((module) => module.ca),
hr: () => import("date-fns/locale/hr").then((module) => module.hr),
};
export function useDateLocale(): Locale {

View File

@ -17,9 +17,12 @@ export const supportedLanguageKeys = [
"vi",
"th",
"he",
"fa",
"ru",
"tr",
"pl",
"hr",
"sk",
"lt",
"uk",
"cs",