diff options
author | Florian Jung <flo@windfisch.org> | 2013-09-10 17:57:35 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2013-09-10 17:57:35 +0200 |
commit | 95632f9f481e7448eb4dc45f697782ab4d233dba (patch) | |
tree | 6ed5680dbfe7db8dc47a01d08d6e9866c583c245 /muse2/README.translate | |
parent | b05fdd7bd212cf664eb64ec292936f1843a400f5 (diff) |
Moved READMEs to root directory so GitHub finds them
Diffstat (limited to 'muse2/README.translate')
-rw-r--r-- | muse2/README.translate | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/muse2/README.translate b/muse2/README.translate deleted file mode 100644 index f4741a4d..00000000 --- a/muse2/README.translate +++ /dev/null @@ -1,62 +0,0 @@ -Internationalisation - -If you want to contribute a translation the following hints -may be of help to you: - -Step 1: - If you want to update an existing translation, skip to step 2. - - If you want to do a new translation, start with creating an - empty translation file: - - touch share/locale/muse_fr.ts - -Step 2: - If you want to update an existing translation and you downloaded - a stable release (not a snapshot) of MusE, skip to step 3. - - Populate your .ts file with the newest strings - - mkdir build - cd build - cmake -DUPDATE_TRANSLATIONS=ON .. - make translations - cmake -DUPDATE_TRANSLATIONS=OFF .. - cd .. - - Your file share/locale/muse_fr.ts is now ready for translation. It - is recommended that you copy this file to some other place and - and work on the copy. - -Step 3: - Edit "muse_fr.ts" manually or use the Qt "linguist" tool: - - linguist muse_fr.ts - -Step 4: - Save the edited file "muse_fr.ts" from linguist and - start File->Release. This generates the file "muse_fr.qm". - Copy this file into your muse installation folder, - <prefix>/share/muse-2.0/locale/ - - or - - Copy your edited "muse_fr.ts" into share/locale in the source tree - and rebuild/install muse - - cd build - cmake -DUPDATE_TRANSLATIONS=OFF .. - make - sudo make install - -Step 5: - Test: - If your system locale is set to the same language as your - translation, simply start MusE: - - muse2 - - Otherwise, start MusE with the desired locale using the -l flag - - muse2 -l fr - |