author | zecke <zecke> | 2003-08-21 07:53:54 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-08-21 07:53:54 (UTC) |
commit | f4ad258aff432a4b6aff84190d053bbd6e87c490 (patch) (unidiff) | |
tree | 916cecb00ec49e6602f5f25bff026675df7ce9ea /development/translation | |
parent | fb3e8cda0d2c929278c7ecbf829475f8b1c92956 (diff) | |
download | opie-f4ad258aff432a4b6aff84190d053bbd6e87c490.zip opie-f4ad258aff432a4b6aff84190d053bbd6e87c490.tar.gz opie-f4ad258aff432a4b6aff84190d053bbd6e87c490.tar.bz2 |
Add host tool section and clean up readmes
-rw-r--r-- | development/translation/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/development/translation/README b/development/translation/README new file mode 100644 index 0000000..966fb4a --- a/dev/null +++ b/development/translation/README | |||
@@ -0,0 +1,16 @@ | |||
1 | opie-lupdate - Opie lupdate is an specialised version of Qt3.1 lupdate. | ||
2 | You do not need TRANSLATIONS in your .pro anymore. Opie | ||
3 | lupdate reads the language list from $OPIEDIR/i18n and then | ||
4 | generates the .ts files. | ||
5 | Together with the build system one make opie-lupdate on | ||
6 | toplevel or inside the buildsystem is enough to update | ||
7 | translations. | ||
8 | To add new translations simply mkdir $OPIEDIR/i18n/new_lang; | ||
9 | make opie-lupdate | ||
10 | |||
11 | opie-lrelease - Also deprecates the TRANSLATIONS attribute inside the .pro | ||
12 | files | ||
13 | |||
14 | to compile both you need Qt3.1, qmake | ||
15 | point your QMAKESPEC to "" and run qmake -o Makefile the_profile.pro | ||
16 | make to compile | ||