Merge pull request #1192 from thinkyhead/split_language

Split up languages.h. Use ISO language codes.
This commit is contained in:
Bo Herrmannsen
2014-12-18 22:26:55 +01:00
16 changed files with 1836 additions and 1758 deletions

View File

@ -41,7 +41,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