diff --git a/soft/thermostat/INSTALL b/soft/thermostat/INSTALL index 2b87239..67f7f96 100644 --- a/soft/thermostat/INSTALL +++ b/soft/thermostat/INSTALL @@ -5,3 +5,7 @@ cd qtmqtt git checkout v$(qmake -v | grep "Qt version" | sed "s/^.*version \([5-9]\.[0-9]\+\.[0-9]\+\) .*$/\1/") || echo "Unable to find your Qt version" qmake && make -j$(nproc) sudo make install + +Update/edit translations: +lupdate -verbose thermostat.pro +linguist lang/thermostat_fr.ts