Add Translation keys (#506)

This commit is contained in:
Cyril59310
2024-10-13 18:51:59 +02:00
committed by GitHub
parent df95d7ce9d
commit b2c8fdab75
9 changed files with 45 additions and 20 deletions

View File

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