Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Feb 25, 2016

Conversation

jamyrb
Copy link
Contributor

@jamyrb jamyrb commented Feb 25, 2016

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

Duplicate "Language_default.h" into "Language_yourlanguage.h" and include the file in "open_evse.h" with your own translation
@jamyrb jamyrb closed this Feb 25, 2016
@lincomatic lincomatic reopened this Feb 25, 2016
lincomatic added a commit that referenced this pull request Feb 25, 2016
Added support for compiling with different "language packs".
@lincomatic lincomatic merged commit 1bd6ce0 into lincomatic:development Feb 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants