mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-12 18:29:57 -05:00
No, I totally did not commit this to prod.
This commit is contained in:
parent
8cfbe1ca3f
commit
c28110ffe5
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue