From c90a1ca9ea0db024c12870203ec19a4f98c840b8 Mon Sep 17 00:00:00 2001 From: Proddy Date: Thu, 5 Jan 2023 15:07:10 +0100 Subject: [PATCH] add comment on translations --- src/locale_translations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale_translations.h b/src/locale_translations.h index 5c25b093c..1cbab3683 100644 --- a/src/locale_translations.h +++ b/src/locale_translations.h @@ -33,7 +33,7 @@ // if there is no translation, it will default to en // device types, as display in Web and Console -// TODO need completed translations +// TODO translate MAKE_PSTR_LIST(boiler_device, "Boiler", "Kessel", "Boiler") MAKE_PSTR_LIST(thermostat_device, "Thermostat", "Thermostat", "Thermostaat") MAKE_PSTR_LIST(heatpump_device, "Heat Pump", "Wärmepumpe", "Warmtepomp")