diff --git a/src/context/Locale.tsx b/src/context/Locale.tsx
index d49aa6293c1da7068ea109385436619fe3573f54..33f10f9611083310ff77e985f30158e12f14c775 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);