diff options
| author | Robert Jonsson <spamatica@gmail.com> | 2011-09-15 12:14:55 +0000 | 
|---|---|---|
| committer | Robert Jonsson <spamatica@gmail.com> | 2011-09-15 12:14:55 +0000 | 
| commit | b0546e5e7f7044019892543c6c82029db8d564a7 (patch) | |
| tree | 1b96a6260900f3fbf3513fb48a5a72aa89052dc8 /attic/muse_qt4_evolution/doc/README.translate | |
| parent | 583c73d1a07154d3d2672d65d8cce6495f490454 (diff) | |
moved attic to a branch of it's own
Diffstat (limited to 'attic/muse_qt4_evolution/doc/README.translate')
| -rw-r--r-- | attic/muse_qt4_evolution/doc/README.translate | 57 | 
1 files changed, 0 insertions, 57 deletions
diff --git a/attic/muse_qt4_evolution/doc/README.translate b/attic/muse_qt4_evolution/doc/README.translate deleted file mode 100644 index b2189929..00000000 --- a/attic/muse_qt4_evolution/doc/README.translate +++ /dev/null @@ -1,57 +0,0 @@ -Internationalisation - -If you want to contribute a translation the following hints -may be of help to you: - - -Step 1: -      enter the MusE directory and edit the -      file "muse.pro" - -      Append a new target file name at "TRANSLATIONS" -      e.g. change -            TRANSLATIONS = share/locale/muse_de.ts -      into -            TRANSLATIONS = share/locale/muse_de.ts \ -               share/locale/muse_fr.ts -      if you want to generate a french MusE version. - -Step 2: -      start the Qt-Program "lupdate" - -            lupdate muse.pro - -      Maybe "lupdate" is not in your PATH and you must -      specify the complete pathname "lupdate" -      Example: -            /usr/lib/qt42/bin/lupdate muse.pro - -      This generates the file "locale/muse_fr.ts". - -Step 3: -      Edit "share/locale/muse_fr.ts" manually or use the Qt "linguist" tool: - -            cd share/locale; linguist muse_fr.ts - -Step 4: -      start the Qt program "lrelease" - -            lrelease muse.pro - -      This generates all *.qm files in share/locale - -Step 5: -      install the *.qm files: as superuser start "make install" - - -Step 6: -      Test: -            set the environment variable LANG to the desired -            Language: -                  export LC_ALL=fr - -            Start MusE: -                  muse - - -  | 
