Added SWAT i18n feature:
authorMotonobu Takahashi <monyo@samba.org>
Mon, 24 Sep 2001 15:55:09 +0000 (15:55 +0000)
committerMotonobu Takahashi <monyo@samba.org>
Mon, 24 Sep 2001 15:55:09 +0000 (15:55 +0000)
commit486b79a6fc4ba20a751aab544bd0f7ccff2b3d19
tree44e6eb0e8b4893db5711ba1b2f3142ffc8f0cb5e
parent1e77e87dcf782a0b3b2f0509385b2edad6113a05
Added SWAT i18n feature:
  TO enable configure with --with-i18n-swat
  to support this gettext is integrated
  and a new directories name "po" and "intl" are created.

  now these languages are supported:

  en - English (default)
  ja - Japanese
  po - Polish
  tr - Turkish

  To add your language,
  to create ${your_language}.po by translating source/po/en.po
  into your language is needed.

  some of html and image files of various language version are not
  included yet, though message catalogue files are installed.
  you need to copy files manually under
  ${swatdir}/lang/$ln/{help,images,included,using_samba}

And also added a option to intall manual pages:
of various lang version
  To enable configure with --with-manlangs
  but manual pages themself are not included yet.
14 files changed:
source/Makefile.in
source/acconfig.h
source/aclocal.m4
source/configure.in
source/include/config.h.in
source/include/webintl.h [new file with mode: 0644]
source/param/loadparm.c
source/script/installman.sh
source/script/mkinstalldirs [new file with mode: 0755]
source/script/uninstallman.sh
source/web/cgi.c
source/web/neg_lang.c [new file with mode: 0644]
source/web/statuspage.c
source/web/swat.c