Update transifex domain
https://help.transifex.com/en/articles/7171815-web-application-s-domain-change
This commit is contained in:
parent
07629d88de
commit
37e55cd836
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue