diff options
Diffstat (limited to 'muse/doc/README.translate')
-rw-r--r-- | muse/doc/README.translate | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/muse/doc/README.translate b/muse/doc/README.translate index d169e35f..b2189929 100644 --- a/muse/doc/README.translate +++ b/muse/doc/README.translate @@ -24,26 +24,21 @@ Step 2: Maybe "lupdate" is not in your PATH and you must specify the complete pathname "lupdate" Example: - /usr/qt3-2/bin/lupdate muse.pro + /usr/lib/qt42/bin/lupdate muse.pro This generates the file "locale/muse_fr.ts". Step 3: - Edit "locale/muse_fr.ts" manually or use the Qt "linguist" tool: + Edit "share/locale/muse_fr.ts" manually or use the Qt "linguist" tool: - linguist muse_fr.ts + cd share/locale; linguist muse_fr.ts Step 4: - Save the edited file "muse_fr.ts" from linguist and - start File->Release. This generates the file "locale/muse_fr.qm" - - or - start the Qt program "lrelease" lrelease muse.pro - This generates all *.qm files. + This generates all *.qm files in share/locale Step 5: install the *.qm files: as superuser start "make install" @@ -53,7 +48,7 @@ Step 6: Test: set the environment variable LANG to the desired Language: - export LANG=fr + export LC_ALL=fr Start MusE: muse |