fredlcore / BSB-LAN

LAN/WiFi interface for Boiler-System-Bus (BSB) and Local Process Bus (LPB) and Punkt-zu-Punkt Schnittstelle (PPS) with a Siemens® controller used by Elco®, Brötje® and similar heating systems
222 stars 84 forks source link

[BUG] translation - TR cleanup #505

Closed konne closed 1 year ago

konne commented 1 year ago

see the logs

src/../../bsb_lan/BSB_LAN/localization/LANG_TR.h:14:9: warning: 'ENUM_CAT_07_TEXT' macro redefined [-Wmacro-redefined]

define ENUM_CAT_07_TEXT "Zaman programi ist dev 3/P"

    ^

src/../../bsb_lan/BSB_LAN/localization/LANG_TR.h:11:9: note: previous definition is here

define ENUM_CAT_07_TEXT "Zaman programi ist dev 2"

fredlcore commented 1 year ago

See https://github.com/fredlcore/BSB-LAN/issues/502

fredlcore commented 1 year ago

Actually, this is another good example why the previous approach of a "one definition file for all heaters" has never really worked (different category enumeration for different heaters)