git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@366 a31d4220-a93d-0410-bf67-fe4944624d44

This commit is contained in:
spacy51 2008-02-10 23:09:36 +00:00
parent e48f793db8
commit 5f58d9f345
1 changed files with 14 additions and 0 deletions

View File

@ -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