diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-02-06 21:32:00 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-02-06 21:32:00 +0000 |
commit | 2f11840ed09691c8f727def707b8486c106a2112 (patch) | |
tree | 32049142dac88925df931d1dc45b044e67109155 /configure.in | |
parent | 3a84f797813ebf83beafeab5a515578c492c4a12 (diff) | |
download | xine-lib-2f11840ed09691c8f727def707b8486c106a2112.tar.gz xine-lib-2f11840ed09691c8f727def707b8486c106a2112.tar.bz2 |
German translation by Jens Gutzeit and Philipp Hahn.
Added translation catalogs to spec file.
CVS patchset: 1481
CVS date: 2002/02/06 21:32:00
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 1dba9550d..f36d5ed4c 100644 --- a/configure.in +++ b/configure.in @@ -118,7 +118,7 @@ dnl dnl NLS Support dnl dnl ALL_LINGUAS="cs da de el en@quot en@boldquot es et fr gl id it ja ko nl nn no pl pt pt_BR ru sl sv tr zh" -ALL_LINGUAS="fr pt_BR" +ALL_LINGUAS="fr pt_BR de" AM_GNU_GETTEXT(use-libtool) AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl) AM_CONDITIONAL(INCLUDED_INTL, test x$USE_INCLUDED_LIBINTL = "xyes") |