-
- Downloads
Using the new language implementation wasn't behaving as expected.
No matter what LANGUAGE_CHOICE was set to it would always take the en branch. I revamped it a bit to use a macro to create the language include file name. This required a slight tweak to the RU declaration since it's special-cased in a couple places in code. This is an attempt to pull my changes from #1222 over.
Showing
- Marlin/dogm_lcd_implementation.h 1 addition, 1 deletionMarlin/dogm_lcd_implementation.h
- Marlin/language.h 28 additions, 53 deletionsMarlin/language.h
- Marlin/language_ru.h 2 additions, 0 deletionsMarlin/language_ru.h
- Marlin/ultralcd_implementation_hitachi_HD44780.h 1 addition, 1 deletionMarlin/ultralcd_implementation_hitachi_HD44780.h
Loading
Please register or sign in to comment