tazusb annotate 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
rev   line source
pankso@58 1 README for TazUSB - SliTaz LiveUSB utility
pankso@6 2 ===============================================================================
pankso@6 3
pankso@6 4
erjo@98 5
MikeDSmith25@31 6 SliTaz LiveUSB utility aka TazUSB. Please read the manual for more information.
pankso@6 7
pankso@6 8
pankso@58 9 Installation
pankso@58 10 ------------
paul@62 11 To install all needed files and compile translated messages, make and gettext
pankso@58 12 must be installed. Running 'make install' will install everything in /usr, but
paul@62 13 another path and/or destination can be specified via PREFIX and DESTDIR.
pankso@58 14 Example:
pankso@58 15
pankso@58 16 $ make DESTDIR=$PWD/_pkg install
pankso@58 17
pankso@58 18 Translation
pankso@58 19 -----------
paul@62 20 To start a new translation please use msginit from the pot file directory.
paul@62 21 Example for French/France locale (fr_FR):
pankso@58 22
pankso@58 23 $ msginit -l fr_FR -o fr.po -i tazusb.pot
pankso@58 24
pankso@58 25 To update all translations from the pot file:
pankso@58 26
pankso@58 27 $ make msgmerge
pankso@58 28
paul@62 29 To compile po files for testing purposes you can use 'make msgfmt' or manually
paul@62 30 compile your translation. Example for french locale, note that the file must be
paul@62 31 copied into /usr/share/locale/fr/LC_MESSAGES so gettext can find it:
pankso@58 32
pankso@58 33 $ msgfmt -o tazusb.mo fr.po
pankso@58 34
pankso@6 35 ===============================================================================
pankso@6 36 http://www.slitaz.org/