---
PO files:

  Many po files are incomplete 
   This is the full ISO 639 standard two character codes ;-)) :
     'aa' Afar.
     `ab' Abkhazian.
     `af' Afrikaans.
     `am' Amharic.
     `ar' Arabic.
     `as' Assamese.
     `ay' Aymara.
     `az' Azerbaijani.
     `ba' Bashkir.
     `be' Byelorussian.
     `bg' Bulgarian.
     `bh' Bihari.
     `bi' Bislama.
     `bn' Bengali; Bangla.
     `bo' Tibetan.
     `br' Breton.
     `ca' Catalan.
     `co' Corsican.
     `cs' Czech.
     `cy' Welsh.
     `da' Danish.
     `de' German.
     `dz' Bhutani.
     `el' Greek.
     `en' English. [ __err__. Really necessary ??!! ]
     `eo' Esperanto.
     `es' Spanish.
     `et' Estonian.
     `eu' Basque.
     `fa' Persian.
     `fi' Finnish.
     `fj' Fiji.
     `fo' Faroese.
     `fr' French. [ __done__. I maintain them. DCB ]
     `fy' Frisian.
     `ga' Irish.
     `gd' Scots Gaelic.
     `gl' Galician.
     `gn' Guarani.
     `gu' Gujarati.
     `ha' Hausa.
     `he' Hebrew (formerly iw).
     `hi' Hindi.
     `hr' Croatian.
     `hu' Hungarian.
     `hy' Armenian.
     `ia' Interlingua.
     `id' Indonesian (formerly in).
     `ie' Interlingue.
     `ik' Inupiak.
     `is' Icelandic.
     `it' Italian.
     `iu' Inuktitut.
     `ja' Japanese.
     `jw' Javanese.
     `ka' Georgian.
     `kk' Kazakh.
     `kl' Greenlandic.
     `km' Cambodian.
     `kn' Kannada.
     `ko' Korean.
     `ks' Kashmiri.
     `ku' Kurdish.
     `ky' Kirghiz.
     `la' Latin.
     `ln' Lingala.
     `lo' Laothian.
     `lt' Lithuanian.
     `lv' Latvian, Lettish.
     `mg' Malagasy.
     `mi' Maori.
     `mk' Macedonian.
     `ml' Malayalam.
     `mn' Mongolian.
     `mo' Moldavian.
     `mr' Marathi.
     `ms' Malay.
     `mt' Maltese.
     `my' Burmese.
     `na' Nauru.
     `ne' Nepali.
     `nl' Dutch.
     `no' Norwegian.
     `oc' Occitan.
     `om' (Afan) Oromo.
     `or' Oriya.
     `pa' Punjabi.
     `pl' Polish.
     `ps' Pashto, Pushto.
     `pt' Portuguese.
     `qu' Quechua.
     `rm' Rhaeto-Romance.
     `rn' Kirundi.
     `ro' Romanian.
     `ru' Russian.
     `rw' Kinyarwanda.
     `sa' Sanskrit.
     `sd' Sindhi.
     `sg' Sangro.
     `sh' Serbo-Croatian.
     `si' Sinhalese.
     `sk' Slovak.
     `sl' Slovenian.
     `sm' Samoan.
     `sn' Shona.
     `so' Somali.
     `sq' Albanian.
     `sr' Serbian.
     `ss' Siswati.
     `st' Sesotho.
     `su' Sundanese.
     `sv' Swedish.
     `sw' Swahili.
     `ta' Tamil.
     `te' Telugu.
     `tg' Tajik.
     `th' Thai.
     `ti' Tigrinya.
     `tk' Turkmen.
     `tl' Tagalog.
     `tn' Setswana.
     `to' Tonga.
     `tr' Turkish.
     `ts' Tsonga.
     `tt' Tatar.
     `tw' Twi.
     `ug' Uighur.
     `uk' Ukrainian.
     `ur' Urdu.
     `uz' Uzbek.
     `vi' Vietnamese.
     `vo' Volapuk.
     'wo' Wolof.
     `xh' Xhosa.
     `yi' Yiddish (formerly ji).
     `yo' Yoruba.
     `za' Zhuang.
     `zh' Chinese.
     `zu' Zulu.


*** THE BIG QUESTION: Is anybody want to translate them ??.  

If you want to do this.
-----------------------

You must:
- making a copy of <po/model> to <po/the_new_lang>, 
- editing the <po/the_new_lang/Makefile.am> and changing 
  the <LANG = model> to the desired language, 
- editing the <configure.in> and adding the new language to LANG_SUBDIRS, 
- and finally add <po/the_new_lang/Makefile> at the bottom of 
  <configure.in> in the AC_OUTPUT section.

After this:
- execute the autogen.sh script 
    (you *must* have these package installed: autoconf, automake and
    gettext),
  and at last, execute the configure script for recreate Makefiles

- you can also update new messages from source files:
  In the <po> directory, do this:

      make messages ; make merge

  This will get new messages strings from source files, and *merge* 
  them with old po files.

---

MAN Pages:

  Only english and french versions are available.

   -For other languages, create a new sub-directory in man directory,
   -Put new man pages in it,
   -Make a Makefile.am
      (take a look in "man/fr" subdir, but *not* "man/en" subdir)
   -Change the follow (in man/(new_lang)/Makefile.am):
      mandir = ${prefix}/man/fr
    by
      mandir = ${prefix}/man/(new_lang)
   -Then edit man/Makefile.am and append the new language to "SUBDIRS ="
   -And finally, run autogen.sh and configure.

---



