lmarzen / esp32-weather-epd

A low-power E-Paper weather display powered by an ESP32 microcontroller. Utilizes the OpenWeatherMap API.
GNU General Public License v3.0
2.33k stars 179 forks source link

Adding locales Ukraine and air purity IAQ? #76

Closed onatskiy-sergey closed 4 months ago

onatskiy-sergey commented 5 months ago

Is it possible to add the system language Ukraine. Well, and all other settings including air purity?

lmarzen commented 5 months ago

Yes this is definitely possible. To add a new language you need to copy the english locale file in platformio/src/locales. Then translate the file. Be sure to read comments in the file, they have helpful information. Once you have translated the file you can then open a pull request to add the translation to this project. If you need help doing this let me know and I would be happy to step through it with you.

To add a new air quality scale isn't hard either. I can do this for you if you can link me to the gov.ua page that defines Ukraine's air quality scale.

lmarzen commented 4 months ago

Closed since this issue is inactive.