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:
Scott Lahteine
2014-12-18 09:31:19 -08:00
parent bd22405412
commit 0c06e97e98
16 changed files with 1710 additions and 1689 deletions

View File

@ -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