Просмотр исходного кода

New localization - includes fixed

Robert Pelnar 6 лет назад
Родитель
Сommit
59f3f9d8ec
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      Firmware/cmdqueue.h
  2. 1 1
      Firmware/mesh_bed_calibration.cpp

+ 1 - 1
Firmware/cmdqueue.h

@@ -2,7 +2,7 @@
 #define CMDQUEUE_H
 
 #include "Marlin.h"
-#include "language_all.h"
+#include "language.h"
 
 
 // String circular buffer. Commands may be pushed to the buffer from both sides:

+ 1 - 1
Firmware/mesh_bed_calibration.cpp

@@ -1,7 +1,7 @@
 #include "Marlin.h"
 #include "Configuration.h"
 #include "ConfigurationStore.h"
-#include "language_all.h"
+#include "language.h"
 #include "mesh_bed_calibration.h"
 #include "mesh_bed_leveling.h"
 #include "stepper.h"