X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=po%2FREADME;h=28cc645a2a06551c54fa43f585d23d4a473ac219;hb=865face4251fd7cb664ac2b25fca350d3db6f0ab;hp=8a0f8d7b15897f18dc86a0f6df570b26642dc21e;hpb=cfd441248e8c406087d267cb63958bfe655e2b48;p=lyx.git diff --git a/po/README b/po/README index 8a0f8d7b15..28cc645a2a 100644 --- a/po/README +++ b/po/README @@ -11,11 +11,11 @@ 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 +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. +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 @@ -23,13 +23,13 @@ Consider subscribing to the developer's mailing list, lyx-devel@lists.lyx.org. 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 + (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 + emacs XX.pox (Using po-mode. Emacs is convenient for po editing, but not mandatory.) (Make all necessary changes in XX.pox, and save.)