lyx_mirror/po
Jean-Marc Lasgouttes 88e694fae9 new pocheck.pl script
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6418 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-10 12:56:57 +00:00
..
.cvsignore fix a qt extraction bug 2002-12-16 22:56:32 +00:00
bg.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00
ca.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00
ChangeLog new pocheck.pl script 2003-03-10 12:56:57 +00:00
cs.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00
da.po update a few po files 2003-03-10 10:35:23 +00:00
de.po update a few po files 2003-03-10 10:35:23 +00:00
es.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00
eu.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00
fi.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00
fr.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00
he.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00
hu.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00
it.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00
Makefile.in.in fix sort order of POTFILES.in 2003-02-14 16:01:29 +00:00
nl.po update a few po files 2003-03-10 10:35:23 +00:00
no.po update a few po files 2003-03-10 10:35:23 +00:00
pl.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00
pocheck.pl new pocheck.pl script 2003-03-10 12:56:57 +00:00
postats.sh postats now adds urls to po files; remerge 2003-02-17 17:07:05 +00:00
POTFILES.in remerge 2003-01-13 23:15:30 +00:00
pt.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00
README update README file for translators 2002-04-05 10:29:23 +00:00
ro.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00
ru.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00
sk.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00
sl.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00
sv.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00
tr.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00
wa.po remerge in preparation of 1.3.1 2003-03-07 16:01:19 +00:00

This file is intended to provide information about the different translation
files. If you want to make one for your language, please read
"Help->Customization" for more information, and the information below.

How can I update an existing po file?
-------------------------------------

It requires a bit of work to get started, but once you are set up,
the procedure should be relatively easy:

1) Getting ready

Get and install gettext (available from ftp://alpha.gnu.org). Read the
documentation for gettext. Then get the latest LyX distribution including 
patches, and unpack it in your home directory. It is yet better if you checkout
the CVS version of LyX.
Read the README in the LyX distribution.
Check the mailing list archives to learn what is going on at the moment. 
Consider subscribing to the developer's mailing list, lyx-devel@lists.lyx.org.

2) Preparing a patch

Now do (where XX stands for the code of your language):

        cp -R lyx-*.*.* lyx.new
			(Which makes a copy of the source distribution for 
			 you to change, but you should work in a CVS workarea)
 	 	cd lyx.new/po/

		make XX.pox
			(It merges the po file into the temporary file XX.pox)
        emacs XX.pox                           
			(Using po-mode. Emacs is convenient for po editing, but not
			 mandatory.)
	    (Make all necessary changes in XX.pox, and save.)
        mv XX.pox XX.po
        rm XX.pox~
			(To remove Emacs autosave.)
		make XX.gmo
		(Update the ChangeLog file.)

		cd ..

		(Maybe update lib/CREDITS)

		cvs diff -u > XX_po_update.patch
			(Or whatever good method to have a patch in unified diff format)

3) Submitting the patch

	Check your patch and mail it to lyx-devel@lists.lyx.org

Thanks!

The LyX Team.