diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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) |