Skip to content

Commit e7d745a

Browse files
authored
Update calendar_view.ts
Same as the previous, another casing error
1 parent 24abf7f commit e7d745a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/src/widgets/view_widgets/calendar_view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ export async function getFullCalendarLocale(locale: string) {
676676
return (await import("@fullcalendar/core/locales/ru")).default;
677677
case "ja":
678678
return (await import("@fullcalendar/core/locales/ja")).default;
679-
case "pt_BR":
679+
case "pt_br":
680680
return (await import("@fullcalendar/core/locales/pt-br")).default;
681681
case "uk":
682682
return (await import("@fullcalendar/core/locales/uk")).default;

0 commit comments

Comments
 (0)