added german translations

This commit is contained in:
zyqunix 2024-12-05 21:40:19 +01:00
parent 3cd079bdf9
commit a025525d04
7 changed files with 132 additions and 35 deletions

View file

@ -68,5 +68,5 @@ const randomQuote = quotes[randomIndex];
const motd = document.createElement('h3');
motd.id = "motd";
motd.innerHTML = `MOTD: ${randomQuote}`;
motd.innerHTML = `MOTD: "${randomQuote}"`;
document.getElementById('welcome').appendChild(motd)