From 26c80611b243003d08bbb6a19549dd7110d30807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 22 Feb 2010 15:41:22 +0000 Subject: [PATCH] disable translations without active translators and too many untranslated strings svn: r14440 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 98a94a448..026a67ea7 100644 --- a/configure.in +++ b/configure.in @@ -33,7 +33,7 @@ AC_SUBST(RELEASE) AC_SUBST(VERSIONSTRING) dnl Add the languages which your application supports here. -ALL_LINGUAS="hu zh_CN cs da de es fr it nb nl nn pl pt_BR ro ru sv eo fi lt sk tr bg hr sl ca mk sq he" +ALL_LINGUAS="hu zh_CN cs da de es fr it nb nl nn pl pt_BR ru sv eo fi lt sk bg hr sl ca sq" GETTEXT_PACKAGE=gramps AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define to the Gettext package name.])