From: Alfons Hoogervorst Date: Tue, 2 Oct 2001 20:38:57 +0000 (+0000) Subject: Remove Chinese translations until someone picks it up X-Git-Tag: Release_0_6_4claws12~86 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=70e5fb66b809a12ae78543547199c5a1fbd6dc31 Remove Chinese translations until someone picks it up --- diff --git a/ChangeLog.claws b/ChangeLog.claws index d41652e1f..8ce1664f7 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,11 @@ +2001-10-02 [alfons] + + * configure.in + * po/zh_CN.GB2312.po, po/zh_TW.Big5.po + close bug "[ #466566 ] compile error on mdk 8.0" by removing + references to chinese translations (hope someone picks up + this) + 2001-10-02 [christoph] 0.6.2claws15 * src/compose.c diff --git a/configure.in b/configure.in index 1bb3b5667..2b0d77c8f 100644 --- a/configure.in +++ b/configure.in @@ -61,7 +61,7 @@ AC_PROG_YACC SYLPHEED_ACLOCAL_INCLUDE(ac) dnl for gettext -ALL_LINGUAS="cs de el es fr hr it ja ko nl pl pt_BR ru zh_CN.GB2312 zh_TW.Big5" +ALL_LINGUAS="cs de el es fr hr it ja ko nl pl pt_BR ru" AM_GNU_GETTEXT dnl AC_CHECK_FUNC(gettext, AC_CHECK_LIB(intl, gettext)) localedir='${prefix}/${DATADIRNAME}/locale'