Problem with the spanish translation of "dotted" on the status bar
The translation of "dotted" to spanish is: "con puntillo". In english it's placed before the name of the figure, but in spanish it must be placed after the name of the figure. In the status bar we are using two strings to translate: "dotted quarter" (for example): one string to "dotted" and another string to "quarter". This make that the translation of "dotted" always remain before the name of the figure. But in spanish: "con puntillo negra" is wrong, we must to say: "negra con puntillo" where "negra" is "quarter" and "con puntillo" is "dotted".
I think the best way to solve this problem is to reduce that two strings in only one string. So we will have one string to "dotted quarter" another to "dotted half" and so on. By this way we will be able to translate "dotted" after the name of the figure.
Comments
Please sign up at Transifex (https://www.transifex.com/projects/p/musescore/) and correct the translation there yourself
Edit:
Oh, I see , the problem of the wrong order can't get solved there...
I think I can fix that. On Transifex that fix should result in strings like "Dotted %1" which in Spanish than would need to get translated to "%1 con puntillo", similar for "Double dotted"and "Triple dotted"
See https://github.com/musescore/MuseScore/pull/1631
Thank you Jojo. Yes, the problem is in the order of the words. I hope your patch solves the issue
Fixed in 448ddb29d2
Looks like you can now get it to properly translate into Spanish
Thank you Jojo, I will check it
Automatically closed -- issue fixed for 2 weeks with no activity.