Quote from vranik on January 20, 2024, 10:02 amHi, translation of settings dialog of capacitor and electrolytic capacitor does not work in version 1.1.0 RC1. There is probably wrong name space in CapacitorBase class.
#define tr(str) simulideTr("Capacitor",str)
should be
#define tr(str) simulideTr("CapacitorBase",str)
Hi, translation of settings dialog of capacitor and electrolytic capacitor does not work in version 1.1.0 RC1. There is probably wrong name space in CapacitorBase class.
#define tr(str) simulideTr("Capacitor",str)
should be
#define tr(str) simulideTr("CapacitorBase",str)