diff --git a/.tx/config b/.tx/config index bfd35421a1..98bf0b5772 100644 --- a/.tx/config +++ b/.tx/config @@ -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_.ts diff --git a/doc/i18n.md b/doc/i18n.md index 6dea4c0216..4dccb4e813 100644 --- a/doc/i18n.md +++ b/doc/i18n.md @@ -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.