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". #58

Closed jamyrb closed 8 years ago

jamyrb commented 8 years ago

Make a copy of "Language_default.h" with your own name and edit the strings to your preferences. Your custom file need to be included in "open_evse.h"

lincomatic commented 8 years ago

Thank you for the PR. This is an excellent idea. However, I would greatly prefer if you could use descriptive names for the strings, rather than STRINGnnn. For example, STR_LEVEL_1, STR_EVSE_ERROR, etc. This makes it easier to worth with.

lincomatic commented 8 years ago

Thanks for the update. Please squash the two commits into one. http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html