Casper Jeukendrup 2023-05-05 23:43:55 +02:00
parent 07629d88de
commit 37e55cd836
No known key found for this signature in database
GPG Key ID: 6C571BEF59E722DD
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[main]
host = https://www.transifex.com
host = https://app.transifex.com
[o:musescore:p:musescore:r:musescore]
file_filter = share/locale/musescore_<lang>.ts

View File

@ -12,7 +12,7 @@ var t2 = qsTranslate("action", "Export parts"); // gets a translation for "Expor
console.log(t2);
```
Translation contexts for existing strings can be searched for on [Transifex](https://www.transifex.com/musescore/musescore) or directly in MuseScore [source code](https://github.com/musescore/MuseScore).
Translation contexts for existing strings can be searched for on [Transifex](https://app.transifex.com/musescore/musescore) or directly in MuseScore [source code](https://github.com/musescore/MuseScore).
This method allows to quickly make a plugin translatable. Still, it may not fit a particular plugin's needs. \n
Translation contexts are not guaranteed to remain unchanged between MuseScore releases. Also, this method won't work if a plugin needs strings that are not used anywhere else in MuseScore.