Split up languages.h, use ISO codes
Breaking up languages.h makes it easier to translate. Using language codes makes it easier to select a language and sets the naming standard.
This commit is contained in:
@ -198,7 +198,7 @@ extern volatile uint16_t buttons; //an extended version of the last checked but
|
||||
|
||||
#else
|
||||
// Standard directly connected LCD implementations
|
||||
#if LANGUAGE_CHOICE == 6
|
||||
#if LANGUAGE_CHOICE == ru
|
||||
#include "LiquidCrystalRus.h"
|
||||
#define LCD_CLASS LiquidCrystalRus
|
||||
#else
|
||||
|
Reference in New Issue
Block a user