From 544b988a9b2c222338785e1b00633b0d3f2c56d6 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sat, 24 Feb 2018 10:01:36 +0100 Subject: [PATCH] Small language improvements --- .gitignore | 7 ++++++- js/language.js | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) 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",