home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lyx-0.13.2.tar.gz / lyx-0.13.2.tar / lyx-0.13.2 / po / README < prev    next >
Text File  |  1998-04-23  |  3KB  |  98 lines

  1. This file is intended to provide information about the status of the
  2. different translation files. Please help us out to keep them up to date.
  3.  
  4. If you want to make one for your language, please read "Help->Customization" 
  5. for more information, and the information below.
  6.  
  7. Status
  8. ------
  9.  
  10. The intention here is to provide information about the status of the
  11. different translation files.
  12.  
  13.    1998-02-03: no.po for Norwegian by Lars G. Bj°nnes (larsbj@ifi.uio.no)
  14.     Pretty much done except for some keyboard-shortcuts, and a few
  15.     things that I don't know how to translate yet.
  16.     Updated for 0.12.0
  17.  
  18.    1998-01-23: es.po, Spanish by Daniel Manrique and Alejandro Aguilar
  19.         Sierra. Advanced but not yet complete. Send comments about this
  20.     translation to (lyxesp@modelos1.atmosfcu.unam.mx) and get the 
  21.     latest version from http://www.linux.org.mx/lyx/es.html.
  22.  
  23.    1998-01-02: da.po for Danish by Asger Alstrup (alstrup@diku.dk):
  24.     Pretty much done except for some keyboard-shortcuts.
  25.  
  26.    1998-01-06: sv.po, Swedish by Joacim Persson (sp2joap1@ida.his.se)
  27.     Complete, in the sense that it works. (except some shortcuts in a
  28.     few hard-to-crack dialogs)  I'm not satisfied with the translation
  29.     of some of the terms in use though.  I need the assistance of a
  30.     typographer.  The Help-menu isn't translated simply because there
  31.     is no translation of the documentation yet...
  32.     
  33.    1998-02-01: de.po, German by Peter Metternich and Peter Sⁿtterlin
  34.         Complete as of pre8, allthough some translations could be nicer.
  35.         Shortcuts do work, allthough some are missing (not enough
  36.         unique letters...).  Additional shortcut definition file 
  37.         menus_de.bind available.
  38.  
  39. The status of the other files is unknown at this point in time, but
  40. most should be pretty good.
  41.  
  42. How can I update an existing po file?
  43. -------------------------------------
  44.  
  45. It requires a bit of work to get started, but once you are set up,
  46. the procedure should be relatively easy:
  47.  
  48. 1) Getting ready
  49.  
  50. Get and install gettext (available from ftp://alpha.gnu.org). Read the
  51. documentation for gettext. Then get the latest LyX distribution including 
  52. patches, and unpack it in your home directory. Read README in the LyX
  53. distribution. Read the files in development/Code_rules/.
  54. Check the mailing list archives to learn what is going on at the moment. 
  55. Consider subscribing to the developer's mailing list.
  56.  
  57. 2) Preparing a patch
  58.  
  59. Now do (if you want to update the no.po file):
  60.  
  61.         cp -R lyx-*.*.* lyx.new
  62.         (which makes a copy of the source distribution for 
  63.          you to change)
  64.     cd lyx.new/po/
  65.  
  66.         msgmerge no.po lyx.pot > no.pox
  67.         (use no.pox as a temporary)
  68.         emacs no.pox                           
  69.         (using po-mode.)
  70.             (finish editing no.pox, save)
  71.         msgfmt no.pox
  72.         mv messages no.gmo
  73.         mv no.pox no.po
  74.         rm no.pox~
  75.  
  76.     (update the status list in this README file)
  77.  
  78.     cd ..
  79.  
  80.     (update CHANGES and maybe also lib/CREDITS)
  81.  
  82.     lyx.new/development/tools/makepatch lyx-*.*.* lyx.new
  83.         (which will create a patch file)
  84.  
  85. 3) Submitting the patch
  86.  
  87.     zcat *.patch.gz | less
  88.         (to check that the patch is ok)
  89.  
  90.     cat *.patch.gz.uue | mail lyx-patches@via.ecp.fr
  91.         (which will mail the patch file for inclusion)
  92.  
  93.     (mail a patch-announcement mail to lyx@via.ecp.fr)
  94.  
  95. Thanks!
  96.  
  97. The LyX Team.
  98.