diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-03-01 18:37:05 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-03-01 18:37:05 +0000 |
commit | 145364a8af6a1fec06556221e66d4b724a62fc9a (patch) | |
tree | 53bd71a544008c518034f208d64c932dc2883f50 /data/presets/README | |
download | rosegarden-145364a8af6a1fec06556221e66d4b724a62fc9a.tar.gz rosegarden-145364a8af6a1fec06556221e66d4b724a62fc9a.zip |
Added old abandoned KDE3 version of the RoseGarden MIDI tool
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/rosegarden@1097595 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'data/presets/README')
-rw-r--r-- | data/presets/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/data/presets/README b/data/presets/README new file mode 100644 index 0000000..dcb1645 --- /dev/null +++ b/data/presets/README @@ -0,0 +1,26 @@ + +This directory contains the source for the instrument definition presets. + +I am maintaining it in plain text "conf file" format for ease of +editing. If you make changes to the file, you must generate a new +presets.xml by running + + ./regenerate-presets + +The default presets-editable.conf contains U.S. English definitions. + +To translate it, copy it to presets-editable-<lang>.conf (for example +presets-editable-fr.conf or presets-editable-zh_CN.conf), edit it +appropriately, and run ./regenerate-presets to generate your new +translated XML file. Note that _only_ the "name" strings should be +translated -- you _must_ leave the clef names untouched, or they will +fail to work. The displayed clef names themselves are translated +separately as part of the program's .po file. + +Once you've generated a translation as presets-<lang>.xml in this +directory, it should then be installed by the standard install process +and picked up automatically by Rosegarden. + +Please send your translated .conf file to us at the rosegarden-devel +mailing list. + |