add slovenian

This commit is contained in:
Josh Hawkins 2026-03-13 07:52:22 -05:00
parent 3c2a53fe48
commit 361b092007
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ const localeMap: Record<string, () => Promise<Locale>> = {
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),
sl: () => import("date-fns/locale/sl").then((module) => module.sl),
};
export function useDateLocale(): Locale {

View File

@ -26,6 +26,7 @@ export const supportedLanguageKeys = [
"pl",
"hr",
"sk",
"sl",
"lt",
"uk",
"cs",