From 90562493a5de166363f9c90f10d6ebe112d55f3d 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);