From c28110ffe54a1a461666d2e7a79b8b420f19a748 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 6 Jul 2021 23:11:36 +0100 Subject: [PATCH] No, I totally did not commit this to prod. --- src/context/Locale.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/context/Locale.tsx b/src/context/Locale.tsx index d49aa629..33f10f96 100644 --- a/src/context/Locale.tsx +++ b/src/context/Locale.tsx @@ -175,9 +175,6 @@ function Locale({ children, locale }: Props) { return obj; } - dayjs.updateLocale("en", { - calendar: { ...definition.dayjs, sameDay: "sussy baka" }, - }); useEffect(() => { if (locale === "en") { const defn = transformLanguage(definition);