summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2009-01-06 15:41:29 +0000
committerTodd Zullinger <tmz@pobox.com>2009-01-06 15:41:29 +0000
commitde2b72dc16de685a5ddc9d8289b3a4f8ad1d6c74 (patch)
treeee427deaca196037b853f5174b29be9438f1b95c
parent3ccf326805ff0e7d0022e5c7f019a4326ba9e90c (diff)
downloadlibgpod-de2b72dc16de685a5ddc9d8289b3a4f8ad1d6c74.tar.gz
libgpod-de2b72dc16de685a5ddc9d8289b3a4f8ad1d6c74.tar.xz
libgpod-de2b72dc16de685a5ddc9d8289b3a4f8ad1d6c74.zip
Add zh_CN to ALL_LINGUAS
(Actually installing newly add translations is a Good Thing(TM). ;) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2202 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f9558cd..576d72b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -222,7 +222,7 @@ AM_CONDITIONAL(HAVE_PYGOBJECT, test x"$have_pygobject" = xyes)
dnl **************************************************
dnl * internationalization support
dnl **************************************************
-ALL_LINGUAS="de es fr he it ja ro sv"
+ALL_LINGUAS="de es fr he it ja ro sv zh_CN"
GETTEXT_PACKAGE=libgpod
AC_SUBST(GETTEXT_PACKAGE)