diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-04-15 23:35:23 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-04-15 23:35:23 +0000 |
commit | ac1cd42b9a4681cc22e1ba5bd3c249aeeb146ad1 (patch) | |
tree | 864cf7f3e095831104893da23f446fbaedb0f516 /configure.in | |
parent | 5b3eaf2b343ed3bce4045d75e9ec7137a65483cc (diff) | |
download | xine-lib-ac1cd42b9a4681cc22e1ba5bd3c249aeeb146ad1.tar.gz xine-lib-ac1cd42b9a4681cc22e1ba5bd3c249aeeb146ad1.tar.bz2 |
Add Czech po file from Frantisek Dvorak <valtri@atlas.cz>
CVS patchset: 1724
CVS date: 2002/04/15 23:35:23
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 8e04d18fd..a37eece10 100644 --- a/configure.in +++ b/configure.in @@ -132,7 +132,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 de sk es pl_PL" +ALL_LINGUAS="fr pt_BR de sk es pl_PL cs" 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") |