diff options
author | Motonobu Takahashi <monyo@samba.org> | 2001-09-24 15:55:09 +0000 |
---|---|---|
committer | Motonobu Takahashi <monyo@samba.org> | 2001-09-24 15:55:09 +0000 |
commit | 486b79a6fc4ba20a751aab544bd0f7ccff2b3d19 (patch) | |
tree | 44e6eb0e8b4893db5711ba1b2f3142ffc8f0cb5e /source/acconfig.h | |
parent | 1e77e87dcf782a0b3b2f0509385b2edad6113a05 (diff) | |
download | samba-486b79a6fc4ba20a751aab544bd0f7ccff2b3d19.tar.gz samba-486b79a6fc4ba20a751aab544bd0f7ccff2b3d19.tar.xz samba-486b79a6fc4ba20a751aab544bd0f7ccff2b3d19.zip |
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.
Diffstat (limited to 'source/acconfig.h')
-rw-r--r-- | source/acconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/acconfig.h b/source/acconfig.h index e0b276ef2d0..01d31a2922e 100644 --- a/source/acconfig.h +++ b/source/acconfig.h @@ -168,3 +168,12 @@ #undef WITH_TDBSAM #undef LINUX_QUOTAS_1 #undef LINUX_QUOTAS_2 +#undef PACKAGE +#undef VERSION +#undef HAVE_LC_MESSAGES +#undef ENABLE_NLS +#undef HAVE_CATGETS +#undef HAVE_GETTEXT +#undef HAVE_STPCPY +#undef I18N_SWAT +#undef I18N_DEFAULT_PREF_LANG |