From 93448944f26ba2069a308c48671761ab9000b00f Mon Sep 17 00:00:00 2001 From: e-taro Date: Sun, 7 Jan 2007 11:56:12 +0000 Subject: [PATCH] Turn the e17 eo.po back on... I think this is all I need to do. Since the po/Makefile.am file went away, a "make clean" no longer clears away all the new .gmo files, so to get an updated translation working you have to manually remove the file first (unless there is something I'm missing). SVN revision: 27844 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 8853e49ab..dbda76193 100644 --- a/configure.in +++ b/configure.in @@ -142,7 +142,7 @@ AC_SUBST(cf_libs) #ALL_LINGUAS="bg de eo es fi fr ja pl pt ru zh_CN hu sl it cs da sk sv nb nl zh_TW ko" #ALL_LINGUAS="bg de eo es fi fr ja pt ru zh_CN hu sl it cs da sk sv nb nl zh_TW" # a lot of .po's are broken -ALL_LINGUAS="bg ja ru hu sl it fr" +ALL_LINGUAS="bg eo ja ru hu sl it fr" AC_SUBST(ALL_LINGUAS) AM_GNU_GETTEXT([external])