Updated translations don't show in MuseScore

• Oct 15, 2020 - 09:15
Reported version
3.5
Priority
P0 - Critical
Type
Wording/Translation
Frequency
Few
Severity
S2 - Critical
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project

Updates to translations on Transifex don't show up in MuseScore, not in Help > Resource manager > Languages nor in Edit > Preferences > General > Language > Update translations


Comments

Seems the corresponding cron job (for https://github.com/musescore/tx2s3) on Travis CI (run every 15 minutes, see https://travis-ci.org/github/musescore/tx2s3/builds) fails due to missing or wrong logon credentials to Transifex:

$ ./tx2s3.sh
Updating translation on s3...
tx ERROR: Authorization Required
tx ERROR: 
Error: Authentication failed. Please make sure your credentials are valid.
For more information, visit:
https://docs.transifex.com/client/client-configuration#-transifexrc.

It doesn't really report that failure as such though, which is another bug here, it just fails silently:

The command "./tx2s3.sh" exited with 0.

so Travis CI marks the jobs as successfully finished.
No idea how long that is going on already.

Fix version
3.6.0