opendata-stuttgart / sensors-software

sourcecode for reading sensor data
566 stars 307 forks source link

Update intl_it.h #1027

Closed stewecar closed 2 months ago

stewecar commented 2 months ago

a pair of missing words in italian

Phaze-III commented 2 months ago

Thanks. Could you also translate the other missing parts?

#define INTL_STATIC_IP_TEXT "[[static_ip_text]]"
const char INTL_STATIC_IP[] PROGMEM = "[[static_ip]]";
const char INTL_STATIC_SUBNET[] PROGMEM = "[[static_subnet]]";
const char INTL_STATIC_GATEWAY[] PROGMEM = "[[static_gateway]]";
const char INTL_STATIC_DNS[] PROGMEM = "[[static_dns]]";
const char INTL_POWERSAVE[] PROGMEM = "[[powersave]]";

When translating you can remove the [[ and ]] markers. They indicate that the text needs translation.

stewecar commented 2 months ago

you're welcome. Sure, i will do it in a while.