add bosnian

This commit is contained in:
Josh Hawkins 2026-05-09 08:56:30 -05:00
parent 7bcb5a5319
commit 44f4c6b9e3
3 changed files with 3 additions and 0 deletions

View File

@ -207,6 +207,7 @@
"th": "ไทย (Thai)",
"ca": "Català (Catalan)",
"hr": "Hrvatski (Croatian)",
"bs": "Bosanski (Bosnian)",
"sr": "Српски (Serbian)",
"sl": "Slovenščina (Slovenian)",
"lt": "Lietuvių (Lithuanian)",

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),
bs: () => import("date-fns/locale/bs").then((module) => module.bs),
sl: () => import("date-fns/locale/sl").then((module) => module.sl),
};

View File

@ -29,6 +29,7 @@ export const supportedLanguageKeys = [
"tr",
"pl",
"hr",
"bs",
"sk",
"sl",
"lt",