forked from abner/for-legacy-web
No, I totally did not commit this to prod.
This commit is contained in:
@@ -175,9 +175,6 @@ function Locale({ children, locale }: Props) {
|
|||||||
return obj;
|
return obj;
|
||||||
}
|
}
|
||||||
|
|
||||||
dayjs.updateLocale("en", {
|
|
||||||
calendar: { ...definition.dayjs, sameDay: "sussy baka" },
|
|
||||||
});
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (locale === "en") {
|
if (locale === "en") {
|
||||||
const defn = transformLanguage(definition);
|
const defn = transformLanguage(definition);
|
||||||
|
|||||||
Reference in New Issue
Block a user