Several strings show untranslated in MuseScore regardless being translated on Tranisfex
Several strings show untranslated in MuseScore regardless being translated on Tranisfex and of course loaded into MuseScore
This seems to be retaled to the use of the macros QS_TR_NOOP() and QS_TRANSLATE_NOOP()
one example is "All instruments" in https://github.com/musescore/MuseScore/blob/master/mscore/instrdialog.c…
more examples are the clef types in the New Instrument Dialog, which seem to stem from https://github.com/musescore/MuseScore/blob/master/libmscore/clef.cpp#L… ff
Other example are all the descriptions to the items in the bagpipe embelishments Palette, apparently from https://github.com/musescore/MuseScore/blob/master/libmscore/bagpembell… ff
GIT commit: a3b24dd, Windows 7 Enterprise
Comments
Another set, and probably due to a different Problem, are the "OK, Apply, Cancel" Buttons on e.g. the Preferences Dialog and the Style Dialogs (but not on the Page Setting Dialog). Seems QDialogButtonBox is the problem here (but not QPushBotton)?
Fixed in c5eeaecd8a
This fixes issue #1, not #2. But this might be a separate issue, possibly even a Qt bug?
still missing (and probably of type 1#)
tooltips for keysig in keysig Palette, popup in 'transpose by key'
tooltips for accidentals in accidentals Palette (all but the brackets)
tooltips for noteheads in noteheads Palette (all but the brackets)
tooltips for tremolos in tremolo palette (regardless these having been worked on in the above commit)
some more fixes in PR #1117
The entire selection view palette (?), is not translated.
Fixed in 1b996da850
accidentals pallete is not fixed by the past PR :-(
oops, it is, after deleting the Workspace...
still untranslated: text styles
The strings are not even on Transifex, regardless using QT_TRANSLATE_NOOP() (albeit via another set of marcos)
See https://github.com/musescore/MuseScore/blob/52ca1fd/libmscore/style.cpp… ff
And it seems we can't easily make them translatable, as these strings are used untranslated internally and in .mss files and referenced in scores too
See PR #1123
noteHeadNames in libmscore/note.cpp are not translated at all (and as such not in inspector), in mscore/editdrumset.cpp they are, but not shown.
Fixed in 7d2ea761bb
Automatically closed -- issue fixed for 2 weeks with no activity.