We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24abf7f commit e7d745aCopy full SHA for e7d745a
apps/client/src/widgets/view_widgets/calendar_view.ts
@@ -676,7 +676,7 @@ export async function getFullCalendarLocale(locale: string) {
676
return (await import("@fullcalendar/core/locales/ru")).default;
677
case "ja":
678
return (await import("@fullcalendar/core/locales/ja")).default;
679
- case "pt_BR":
+ case "pt_br":
680
return (await import("@fullcalendar/core/locales/pt-br")).default;
681
case "uk":
682
return (await import("@fullcalendar/core/locales/uk")).default;
0 commit comments