musescore / musescore/MuseScore
String tunings preset names not translatable
Open
Nobody has claimed this yet.
needs review
P2
UI
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Issue type
UI bug (incorrect info or interface appearance)
Bug description
No response
Steps to reproduce
Part 1: resolved
In the tuning element settings the string "%n string(s)" is not showing up on Transifex for translation, so it shows as is (only with the %n replaced with a number)
stringNumberMap.insert("text", qtrc("notation", "%n string(s)", nullptr, static_cast<int>(stringTuning.number)));
So the code looks like it is setting that string for translation correctly, no idea why it doesn't work.
Part 2:
Also the names of the string tuning presets (eg. "Drop D", "Baroque", "Open A", "Lute or Vihuela", etc.) are untranslated, I don't see any attempt to make them translatable though.
Screenshots/Screen recordings
No response
MuseScore Version
4.2.0
Regression
No.
Operating system
Windows 11
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.