web: initial migration to lingui

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-04-03 19:26:43 +02:00
parent fc1caf1469
commit 25300c1928
150 changed files with 8720 additions and 1482 deletions

View File

@ -1,4 +1,4 @@
import { gettext } from "django";
import { t } from "@lingui/macro";
import { LitElement, html, customElement, TemplateResult, property, CSSResult, css } from "lit-element";
import "./Message";
import { APIMessage, MessageLevel } from "./Message";
@ -64,7 +64,7 @@ export class MessageContainer extends LitElement {
if (this.retryDelay > 3000) {
showMessage({
level: MessageLevel.error,
message: gettext("Connection error, reconnecting...")
message: t`Connection error, reconnecting...`
});
}
setTimeout(() => {