Browse Source

#include "language_en.h" before the national language in language.h

+ May decrease the workload for feature developers. They may omit to
update all the language files but "language_en.h". When loading _en
first, all new features give some display, but the new in English.

- May throw some additional warnings about redefinition during compile.
AnHardt 9 years ago
parent
commit
488633bf44
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/language.h

+ 1
- 0
Marlin/language.h View File

@@ -222,6 +222,7 @@
222 222
 #define TESTSTRING360 "\360\361\362\363\364\365\366\367\370\371\372\373\374\375\376\377"
223 223
 */
224 224
 
225
+#include "language_en.h"
225 226
 #include LANGUAGE_INCLUDE
226 227
 
227 228
 #endif //__LANGUAGE_H

Loading…
Cancel
Save