Skip to content

Commit

Permalink
Doc - translations
Browse files Browse the repository at this point in the history
Translations will have it's own branch called 'translations' so
that we dont spoil master branch with lot of translation commits.

Translation branch will contain only translation related commits.

All changes in master will be merged to translations branch (before
relase is enough) releases will be compiled from translation branch.
  • Loading branch information
radekp committed Oct 18, 2009
1 parent 5e8e6c8 commit 72d28c0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/txt/debian_rootfs_howto.txt
Expand Up @@ -376,6 +376,21 @@ make install
cd /media/card
tar xzvpf qtopia-update.tar.gz

* Translations - you need to checkout QtMoko translation git branch

git checkout translations

and tell configure (in build dir) which languages you want

../qtmoko/configure -device neo -D _FORTIFY_SOURCE=0 -confirm-license -languages cs_CZ,en_US,it_IT

and rebuild all

make clean
make
make install


Step 8.5 - Fonts
================

Expand Down

0 comments on commit 72d28c0

Please sign in to comment.