Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Firmware/language_all.h')
-rw-r--r--Firmware/language_all.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Firmware/language_all.h b/Firmware/language_all.h
index d08d8a49b..0f59fecc2 100644
--- a/Firmware/language_all.h
+++ b/Firmware/language_all.h
@@ -7,6 +7,7 @@
#define LANG_ID_IT 2
#define LANG_ID_ES 3
#define LANG_ID_PL 4
+#define LANG_ID_DE 5
// Language is not defined and it shall be selected from the menu.
#define LANG_ID_FORCE_SELECTION 254
// Language is not defined on a virgin RAMBo board.
@@ -16,7 +17,7 @@
#define LANG_ID_DEFAULT LANG_ID_CZ
// Number of languages available in the language table.
-#define LANG_NUM 5
+#define LANG_NUM 6
// Currectly active language selection.
extern unsigned char lang_selected;