This removes the #include <boost/signals2/signal.hpp>
from util.h
(hopefully speeding up the build time and reducing the memory usage further after #13634)
The whole translation interface is replaced by a function G_TRANSLATION_FUN
that is set to nullptr in units that don’t need translation. (Thus only set in the gui)