diff --git a/.gitignore b/.gitignore index 62c8935..2612ee2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ -.idea/ \ No newline at end of file +.idea/ +node_modules/ +Tetris.js-*/ +package-lock.json +Tetris.js-*.zip +Tetris.js-*.rar \ No newline at end of file diff --git a/js/language.js b/js/language.js index b09c1cd..13a038d 100644 --- a/js/language.js +++ b/js/language.js @@ -37,8 +37,8 @@ const de = { counterScore: "Punkte: ", counterTime: "Zeit: ", themeDefault: "Standard", - themeClean: "Glattpoliert", - themeModern: "Modern", + themeClean: "Lückenlos", + themeModern: "Futuristisch", themeRetro: "Retro", themeSnakes: "Schlangen", titleAppearance: "Aussehen",