forked from blisstown/campfire
add i18n for console logs
This commit is contained in:
parent
b170a532f6
commit
7752585488
14 changed files with 77 additions and 31 deletions
|
@ -72,7 +72,7 @@
|
|||
);
|
||||
|
||||
if (!res.ok)
|
||||
console.warn("Token revocation failed! Dumping data anyways");
|
||||
console.warn(lang.string('logs.token_revoke_failed'));
|
||||
|
||||
account.set(false);
|
||||
app.set(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue