lincomatic / open_evse

Firmware for Open EVSE
GNU General Public License v3.0
114 stars 163 forks source link

Added support for compiling with different "language packs". #59

Closed jamyrb closed 8 years ago

jamyrb commented 8 years ago

Duplicate "Language_default.h" into "Language_yourlanguage.h" and include the file in "openevse.h" with your own translation. Language file include all strings as #define with descriptive names. STR textstring STRF_ textstring with formating (e.g. "%6lukWh")