From e7d745ac947503406a962fb818f7b3c9eb1f67ca Mon Sep 17 00:00:00 2001 From: Sky Swimmer <85841243+SkySwimmer@users.noreply.github.com> Date: Sun, 24 Aug 2025 23:22:54 +0200 Subject: [PATCH] Update calendar_view.ts Same as the previous, another casing error --- apps/client/src/widgets/view_widgets/calendar_view.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/view_widgets/calendar_view.ts b/apps/client/src/widgets/view_widgets/calendar_view.ts index febac6f4d..8da330ed8 100644 --- a/apps/client/src/widgets/view_widgets/calendar_view.ts +++ b/apps/client/src/widgets/view_widgets/calendar_view.ts @@ -676,7 +676,7 @@ export async function getFullCalendarLocale(locale: string) { return (await import("@fullcalendar/core/locales/ru")).default; case "ja": return (await import("@fullcalendar/core/locales/ja")).default; - case "pt_BR": + case "pt_br": return (await import("@fullcalendar/core/locales/pt-br")).default; case "uk": return (await import("@fullcalendar/core/locales/uk")).default;