MuseScore/share/tours
Joachim Schmitz 441ecd25bd Fix issue with en_US translation getting fed back into Transifex
simplify CMAkeListe.txt for tours and save some space by not
installing any *_en.qm files
2020-10-19 13:24:49 +02:00
..
autoplace.tour add more tours 2018-12-21 08:18:32 -07:00
CMakeLists.txt Fix issue with en_US translation getting fed back into Transifex 2020-10-19 13:24:49 +02:00
generateTs.py Upgrade generateTs.py to work with Python 3 2019-08-02 14:59:42 +02:00
inspector.tour fix #291646 initiate inspector tour on mouse press 2019-07-02 18:22:03 -04:00
mmrest.tour update initial tours 2018-11-25 21:43:34 -07:00
navigate.tour fix #289672, fix #289957, fix #272546 and more: fix some strings 2019-07-11 13:47:42 +02:00
noteinput.tour Enclose keys in tours with double quotes 2019-02-18 11:41:58 +01:00
palette.tour Fix typo in palette tour 2018-12-02 22:46:31 -05:00
README.md fix #285517: update tourxml.h and add a readme to the tours directory 2019-04-14 14:03:57 +02:00
select.tour fix #289672, fix #289957, fix #272546 and more: fix some strings 2019-07-11 13:47:42 +02:00
spanner-drop-apply.tour and another follow-up for PR #5063 ... 2019-07-12 13:19:06 +02:00
timeline.tour add more tours 2018-12-21 08:18:32 -07:00
tourxml.h and another follow-up for PR #5063 ... 2019-07-12 13:19:06 +02:00
welcome.tour Fix welcome tour 2019-11-23 13:19:54 +02:00

Translation of the tours

  • generateTs.py parses *.tour and creates a fake tourxml.h file
  • gen-tours-projectfile creates a pro file for the translations, so we can run lupdate (to create/update the TS files) and lrelease on it (to generate the QM files)
  • the QM files are loaded by MuseScore and the tours are translated when the *.tour file is loaded

If any *.tour is modified or added

  • run generateTs.py and lupdate.sh
  • push the new file updated ts en_US file to transifex