tazusb view README @ rev 102

Add 4in1 support and skip *.msg or *.lss file
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Feb 20 01:33:51 2012 +0100 (2012-02-20)
parents cea85d26aed8
children cd6f99198b6c
line source
1 README for TazUSB - SliTaz LiveUSB utility
2 ===============================================================================
6 SliTaz LiveUSB utility aka TazUSB. Please read the manual for more information.
9 Installation
10 ------------
11 To install all needed files and compile translated messages, make and gettext
12 must be installed. Running 'make install' will install everything in /usr, but
13 another path and/or destination can be specified via PREFIX and DESTDIR.
14 Example:
16 $ make DESTDIR=$PWD/_pkg install
18 Translation
19 -----------
20 To start a new translation please use msginit from the pot file directory.
21 Example for French/France locale (fr_FR):
23 $ msginit -l fr_FR -o fr.po -i tazusb.pot
25 To update all translations from the pot file:
27 $ make msgmerge
29 To compile po files for testing purposes you can use 'make msgfmt' or manually
30 compile your translation. Example for french locale, note that the file must be
31 copied into /usr/share/locale/fr/LC_MESSAGES so gettext can find it:
33 $ msgfmt -o tazusb.mo fr.po
35 ===============================================================================
36 http://www.slitaz.org/