diff options
author | Kwok-Koon Cheung <baddog@src.gnome.org> | 2001-11-09 19:51:08 +0800 |
---|---|---|
committer | Kwok-Koon Cheung <baddog@src.gnome.org> | 2001-11-09 19:51:08 +0800 |
commit | 04cea7d334d94c001dca2327555ae7a2b2246da7 (patch) | |
tree | cd8095289a705fd02ce3dbbfe6120503b4d82d6f /configure.in | |
parent | 4cbb7481c37622e4f7f7cc9f1452b0090db48619 (diff) | |
download | gsoc2013-evolution-04cea7d334d94c001dca2327555ae7a2b2246da7.tar.gz gsoc2013-evolution-04cea7d334d94c001dca2327555ae7a2b2246da7.tar.zst gsoc2013-evolution-04cea7d334d94c001dca2327555ae7a2b2246da7.zip |
Re-enable traditional Chinese translation and convert to UTF8
svn path=/trunk/; revision=14643
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f6e293d8d4..1a3611e67c 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) |