No, I totally did not commit this to prod.
parent
8cfbe1ca3f
commit
c28110ffe5
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue