ropg / ezTime

ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
MIT License
327 stars 92 forks source link

readme update for "different languages" #154

Open artofit opened 1 year ago

artofit commented 1 year ago

Propose, clearer (at least to me) explanation.

different languages To display months or days in another language than English: Edit ezTime.h file in the library directory and set the EZTIME_LANGUAGE to the desired language, for instance FR or NL or DE, etc. Available languages files are in the src/lang directory, the files there will show you what languages are currently supported. If you add a file in this directory you will add a language, it is that easy. Please submit the files you make via a pull request so others can use ezTime in their own language too.