aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKwok-Koon Cheung <baddog@src.gnome.org>2001-11-21 02:07:40 +0800
committerKwok-Koon Cheung <baddog@src.gnome.org>2001-11-21 02:07:40 +0800
commitb871d9578193e979f2944a5956ec6e778d34c0c7 (patch)
tree5fbc295589822cfa86690e53e8fc26d15edebdf5
parentefe10afac5573a2966dacd2f8acd90f667a3ae57 (diff)
downloadgsoc2013-evolution-b871d9578193e979f2944a5956ec6e778d34c0c7.tar
gsoc2013-evolution-b871d9578193e979f2944a5956ec6e778d34c0c7.tar.gz
gsoc2013-evolution-b871d9578193e979f2944a5956ec6e778d34c0c7.tar.bz2
gsoc2013-evolution-b871d9578193e979f2944a5956ec6e778d34c0c7.tar.lz
gsoc2013-evolution-b871d9578193e979f2944a5956ec6e778d34c0c7.tar.xz
gsoc2013-evolution-b871d9578193e979f2944a5956ec6e778d34c0c7.tar.zst
gsoc2013-evolution-b871d9578193e979f2944a5956ec6e778d34c0c7.zip
Re-Re-enabled traditional Chinese translation
svn path=/trunk/; revision=14764
-rw-r--r--ChangeLog9
-rw-r--r--configure.in2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8064d1d55e..aded9409cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-11-21 Abel Cheung <maddog@linuxhall.org>
+
+ * configure.in: I will keep adding zh_TW to ALL_LINGUAS before
+ somebody is willing to tell me why it is deleted twice without
+ reason. It was checked against newest gettext (0.10.40) and
+ older gettext (0.10.35) without any problem. A few
+ translations are not removed from ALL_LINGUAS even though
+ they failed in msgfmt checking.
+
2001-11-20 Wang Jian <lark@linux.net.cn>
* configure.in(ALL_LINGUAS): Re-Added zh_CN for Simplified Chinese.
diff --git a/configure.in b/configure.in
index 35da215052..e4d1fe5043 100644
--- a/configure.in
+++ b/configure.in
@@ -111,7 +111,7 @@ GNOME_COMPILE_WARNINGS
GNOME_X_CHECKS
EVO_CHECK_LIB(gnome-libs, gnome, 1.2.9)
-ALL_LINGUAS="az bg ca da de el en_AU en_GB es fi fr ga gl hu it ja ko lt nl nn no pl pt pt_BR ro ru sk sl sv tr uk zh_CN"
+ALL_LINGUAS="az bg ca da de el en_AU en_GB es fi fr ga gl hu it ja ko lt nl nn no pl pt pt_BR ro ru sk sl sv tr uk zh_CN zh_TW"
AM_GNOME_GETTEXT
localedir='$(prefix)/$(DATADIRNAME)/locale'
AC_SUBST(localedir)