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 9bdc51a commit 1dfcf96Copy full SHA for 1dfcf96
apps/client/src/widgets/view_widgets/calendar_view.ts
@@ -674,6 +674,8 @@ export async function getFullCalendarLocale(locale: string) {
674
return (await import("@fullcalendar/core/locales/ro")).default;
675
case "ru":
676
return (await import("@fullcalendar/core/locales/ru")).default;
677
+ case "ja":
678
+ return (await import("@fullcalendar/core/locales/ja")).default;
679
case "en":
680
default:
681
return undefined;
0 commit comments