Expanded the function to change the language of the program. Added the dedicated language dropdown list

This commit is contained in:
2026-01-11 15:56:21 +01:00
parent d21bbbce12
commit 4dd7b512a1
4 changed files with 76 additions and 16 deletions
+4
View File
@@ -305,6 +305,10 @@ Listeners for the costum documents section
*/
goBackBtn.addEventListener("click", () => {
showCD();
});
// dokumente speichern
generateBtn.addEventListener("click", () => {
const name = docName.value.trim();