The term "Palettes" doesn't get used in its translated form
See http://musescore.org/en/node/31226,
I believe the code where the translatability should be handled is at
https://github.com/musescore/MuseScore/blob/95d04a48130b79bcfc3b94c5097…
I can't see anything wrong with it though. The string shows up on Transifex:
https://www.transifex.com/projects/p/musescore/viewstrings/#en/musescor…
It is translated into German, Italian, Japanese and probably a couple more, but doesn't show in MuseScore.
Comments
Esp. puzzling (to me): the same mechanism works for Inspektor:
https://github.com/musescore/MuseScore/blob/95d04a48130b79bcfc3b94c5097…
It is a problem of the context.
In the ts files we have (I take the mscore_it.ts as an example) <name>PaletteBox</name> as context:
<context>
<name>PaletteBox</name>
<message>
<source>Palettes</source>
<translation>Tavolozze</translation>
</message>
<message>
<source>new Palette</source>
<translation>nuova Tavolozza</translation>
</message>
</context>
You can also see that if you right-click and choose to insert a new palette, the name is "new Palette" and not the translated one "nuova Tavolozza", since it relies on the same (slightly wrong) context.
The proper context should be:
<name>Ms::PaletteBox</name>
in order to work.
You can see that in the inspector case we have the correct one <name>Ms::Inspector</name>.
I don't know if this is a problem of how strings-to-be-translated are extracted from the source code and put to Transifex.
In French Palette is translated as Palette so we can't see...
But inspector in Beta1 is well translated as "Inspecteur" , and also when you click in the score the inspector window is translated as "inspecteur"....
Indeed, the context is different, don't see why though? Nor how to fix.
And indeed "new Palette" is not tranllated either (and should probably be "New Palette" or maybe "New Palette", but surely not "new Palette"
I might have found the cause, see PR #1245
Fixed in cca900730c
unfortunately not fixed...
Same problem here... I'm working on the spanish translation and I can't get that "Palettes" be translated
See also #37986: Cannot translate "Palettes", "Select workspace", "Add new workspace" nor the texts from Piano- and Drumroll, which seems to be another variant the same issue
Closing this as a duplicate of #37986: Cannot translate "Palettes", "Select workspace", "Add new workspace" nor the texts from Piano- and Drumroll, as I'm fairly certain that they have a common reason.
Automatically closed -- issue fixed for 2 weeks with no activity.
Automatically closed -- issue fixed for 2 weeks with no activity.
Automatically closed -- issue fixed for 2 weeks with no activity.
Automatically closed -- issue fixed for 2 weeks with no activity.
Automatically closed -- issue fixed for 2 weeks with no activity.
Automatically closed -- issue fixed for 2 weeks with no activity.
Automatically closed -- issue fixed for 2 weeks with no activity.