miguel5612 / MQSensorsLib

We present a unified library for MQ sensors, this library allows to read MQ signals easily from Arduino, Genuino, ESP8266, ESP-32 boards whose references are MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ136, MQ303A, MQ309A.
MIT License
169 stars 64 forks source link

Translate the Spanish strings / words to English #24

Closed SeppPenner closed 4 years ago

SeppPenner commented 4 years ago

Is your feature request related to a problem? Please describe. Not a problem, just the examples and some function names (checkout https://github.com/miguel5612/MQSensorsLib/blob/master/examples/MQ-2/MQ-2.ino --> //Si el valor de RL es diferente a 10K por favor asigna tu valor de RL con el siguiente metodo: is Spanish or the method inicializar.

Describe the solution you'd like A clean library with everything including the examples in English so that everyone can understand it.

Describe alternatives you've considered Alternative for me would be to fork an change the library on my own but I believe it's better to contribute here if possible.

Additional context None.

miguel5612 commented 4 years ago

Excellent, this feature will implement this moth, thank you! :D

miguel5612 commented 4 years ago

Version 1.10 fixed words on spanish, thank you! :)

SeppPenner commented 4 years ago

Nice :)