From 5f58d9f345622566086cd0b94bb4fb73c3db2bde Mon Sep 17 00:00:00 2001 From: spacy51 Date: Sun, 10 Feb 2008 23:09:36 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@366 a31d4220-a93d-0410-bf67-fe4944624d44 --- lang/how-to.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lang/how-to.txt b/lang/how-to.txt index 7a3f61e1..e0683f67 100644 --- a/lang/how-to.txt +++ b/lang/how-to.txt @@ -11,3 +11,17 @@ For Windows: - Execute the "release.cmd" script to compile it to a .qm file - The .qm file can now be loaded & used by the application + + + +For Linux: + +- Add "TRANSLATIONS += path/to/language.ts" to vba-m.pro + +- Type lrelease vba-m.pro + +- Edit & translate the .ts file with the "Qt Linguist" tool + +- In Qt Linguist, go to File -> release as. This will compile it into a .qm file + +- The .qm file can now be loaded & used by the application