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:
parent
bd22405412
commit
0c06e97e98
16 changed files with 1710 additions and 1689 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue