<div dir="ltr">There is a flaw in the preset tags translation switch thingy.<br><br>After doing a lupdate, all preset tags translations are set to "obsolete", certainly due to the fact that they do not appear as "real" const strings anymore.<br>
<br>The result is that, after a lrelease, the tags are no more in the .qm and are never translated.<br><br>I'd guess doing something like:<br><br>QString dummy = QCoreApplication::translate("Amenities","Arts centre");<br>
...<br><br>at PropertiesDock ctor or elsewhere, for each preset tag, would solve the problem.<br><br>- Chris -<br></div>