From 37e55cd8360fb849d1ecb851828c855eb42f89e6 Mon Sep 17 00:00:00 2001 From: Casper Jeukendrup <48658420+cbjeukendrup@users.noreply.github.com> Date: Fri, 5 May 2023 23:43:55 +0200 Subject: [PATCH] Update transifex domain https://help.transifex.com/en/articles/7171815-web-application-s-domain-change --- .tx/config | 2 +- doc/i18n.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.