MuseScore/share/instruments
2020-02-24 10:43:38 +01:00
..
CMakeLists.txt remove RCS IDs from (almost) all files 2018-11-02 23:53:21 +01:00
generateTs.py Upgrade generateTs.py to work with Python 3 2019-08-02 14:59:42 +02:00
instruments.xml fix #301529: Change Cimbasso sound from Tuba to Trombone 2020-02-24 10:43:38 +01:00
instrumentsxml.h Pocket Sax improvements 2020-01-26 15:26:53 +02:00
README.md Fix lupdate step to not put all translations into all ts files 2017-09-19 16:37:55 +02:00

Translation of the instrument list

  • generateTs.py parses instruments.xml and creates a fake instrumentsxml.h file
  • gen-instruments-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 instruments are translated when the instruments.xml file is loaded

If instruments.xml is modified

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