Elements in Toolbar Editor are not translatable
Reported version
3.0
Type
Wording/Translation
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
In 3.1 beta OS: Windows 7 SP 1 (6.1), Arch.: x86_64, MuseScore version (64-bit): 3.1.0.6437, revision: 06f0ddd
And 3.1 Nightly OS: Windows 7 SP 1 (6.1), Arch.: x86_64, MuseScore version (64-bit): 3.1.0.6501, revision: b9a410d
After created an customized Workspace.
Open the Toollbar Editor in "View > Toolbars > Customize Toolbars..."
Elements in the dialog box are not translatable.
Is it possible to add their strings in Transifex ?
Fix version
3.6.0
Comments
I guess this is related to #280815: Palettes only partially translated, at least partly
.
Should be partly fixed (the left-most part of that dialog) with https://github.com/musescore/MuseScore/pull/4934
It seems not to be (easily) possible to make the 2 other parts translatable
Or maybe it is, but those strings would need to get improved for their readability.
Maybe we should not show those strings at all (dunno how though?), but just the icons.
That again would leaves the 4 voice entries to need icons...
In reply to Should be partly fixed with… by Jojo-Schmitz
Thanks for this PR, a very good beginning.
For the icon strings, we already have something, could it be possible to reuse them ?
For example, the "Count-In" button in "shortcut.cpp" line 2928 :
MsWidget::MAIN_WINDOW,
STATE_NORMAL | STATE_NOTE_ENTRY | STATE_PLAY | STATE_EDIT,
"countin",
QT_TRANSLATE_NOOP("action","Count-In"),
QT_TRANSLATE_NOOP("action","Toggle 'Count-In' playback"),
QT_TRANSLATE_NOOP("action","Play count-in at playback start"),
Icons::countin_ICON,
Qt::WindowShortcut,
ShortcutFlags::A_CHECKABLE
Possible, but these are not the strings taken here, it takes the ones from mscore/musescore.cpp, line 208 ff
Those strings in turn are not designed to show in a UI, but for saving them in a custom workspace file, where they should not end up translated. So I believe the best option here would to not show them at all, just the icons. I'm just not sure (euphemism for: I don't have the slightest idea) how to do this.
In reply to Possible, but these are not… by Jojo-Schmitz
OK, thanks for the explanations.
At least, we will have some strings translatable.
Fixed in branch master, commit 36c9902104
_partial fix #287858: make elements in Toolbar Editor translatable
for now just the toolbar names, not (yet?) their elements.
But also some string improvements_
Fixed in branch master, commit f21f2f4473
_Merge pull request #4934 from Jojo-Schmitz/translate-toolbar-editor
partial fix #287858: make elements in Toolbar Editor translatable_
The fix was marked partial so I'll leave this issue active.
In reply to The fix was marked partial… by dmitrio95
Thank you to have merged that PR Dmitrio.
See https://github.com/musescore/MuseScore/pull/7193
In reply to See https://github.com… by cbjeukendrup
Excellent ! Thanks a lot.
Fixed in branch 3.x, commit 3bab6deb27
Fix #287858: Make the Edit Toolbars Dialog fully (re)translatable
Automatically closed -- issue fixed for 2 weeks with no activity.