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)
commit96db4b1ba3a48f50b80b2cfbf0b940e073b7843c
treebd8d1c25af214250053a84b71b668e81bef7ef5d
parent63dba7abe04c1d33bbfa5e921e4aa967dc3966c3
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.
(This used to be commit 486b79a6fc4ba20a751aab544bd0f7ccff2b3d19)
14 files changed:
source3/Makefile.in
source3/acconfig.h
source3/aclocal.m4
source3/configure.in
source3/include/config.h.in
source3/include/webintl.h [new file with mode: 0644]
source3/param/loadparm.c
source3/script/installman.sh
source3/script/mkinstalldirs [new file with mode: 0755]
source3/script/uninstallman.sh
source3/web/cgi.c
source3/web/neg_lang.c [new file with mode: 0644]
source3/web/statuspage.c
source3/web/swat.c