Closed stefonarch closed 2 years ago
Only "Remove Palettes"? The Palettes dialog itself is translated?
Neither.
I tested and the problem was only in "Remove Palettes" dialog, not in "Palettes" dialog itself (that was what I wanted to know):
It may have something to do with PalettesDialog
being a "local class". Will investigate it.
Yes, my guess was right. Once I put the translations outside the local class, they were shown:
Apparently, Qt's translation doesn't work inside local classes. Will make a PR.
In https://github.com/lxqt/lxqt-config/blob/e4810a3bdacdf980b43c5cd0803f58f2aeb56f87/lxqt-config-appearance/styleconfig.cpp#L372
the translations exists (tested it and ru) but aren't displayed
Steps to Reproduce (for bugs)
LANG=it lxqt-config-appearance
popup window appears in english
Latest git and debian