Add translation keys (#5046)

This commit is contained in:
Cyril59310
2024-08-24 22:56:42 +02:00
committed by GitHub
parent 3e88772e5d
commit 4cb264afca
2 changed files with 18 additions and 2 deletions

View File

@@ -251,7 +251,7 @@ export default {
socket.on("disconnect", () => {
console.log("disconnect");
this.connectionErrorMsg = "Lost connection to the socket server. Reconnecting...";
this.connectionErrorMsg = `${this.$t("Lost connection to the socket server.")} ${this.$t("Reconnecting...")}`;
this.socket.connected = false;
});