There is a flaw in the preset tags translation switch thingy.

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.

The result is that, after a lrelease, the tags are no more in the .qm and
are never translated.

I'd guess doing something like:

QString dummy = QCoreApplication::translate("Amenities","Arts centre");
...

at PropertiesDock ctor or elsewhere, for each preset tag, would solve the
problem.

- Chris -
_______________________________________________
Merkaartor mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/merkaartor

Reply via email to