chore: update translations

This commit is contained in:
LukeGus
2025-12-23 16:14:44 -06:00
parent 66ca197301
commit 186ba34c66
31 changed files with 828 additions and 11916 deletions

View File

@@ -55,7 +55,7 @@ const AppContent: FC = () => {
const errorCode = err?.response?.data?.code;
if (errorCode === "SESSION_EXPIRED") {
console.warn("Session expired - please log in again");
console.warn(t("errors.sessionExpired"));
}
})
.finally(() => setAuthLoading(false));