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:
@ -42,7 +42,7 @@
|
||||
|
||||
/* Russian language not supported yet, needs custom font
|
||||
|
||||
#if LANGUAGE_CHOICE == 6
|
||||
#if LANGUAGE_CHOICE == ru
|
||||
#include "LiquidCrystalRus.h"
|
||||
#define LCD_CLASS LiquidCrystalRus
|
||||
#else
|
||||
|
Reference in New Issue
Block a user