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 CS / duplicate / not needed #502

Closed konne closed 1 year ago

konne commented 1 year ago

please check:

localization/LANG_CS.h:302:9: warning: 'STR2322_TEXT' macro redefined [-Wmacro-redefined]

define STR2322_TEXT "Max. otáčky čerpadla"

    ^

localization/LANG_CS.h:301:9: note: previous definition is here

define STR2322_TEXT "Min. otáčky čerpadla"

On top I expect all that entries are not used if I use this query:

https://github.com/fredlcore/BSB-LAN/search?l=C%2B%2B&q=STR2322

fredlcore commented 1 year ago

Yes, there are several doublettes due to several users apparently adding translations. But due to the changes we are pursuing currently (https://github.com/fredlcore/BSB-LAN/discussions/482), these files will become irrelevant anyways in the near future, so this will become obsolete then.