diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-04-06 09:01:30 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-04-06 09:01:30 +0000 |
commit | b4eeffed294fe270d4497c6c30d399f0a506ca39 (patch) | |
tree | 881a1919501fa02521eb61792e43b654000d877a /configure.in | |
parent | 0a56519b53a8cb2f66c82a09d3db1b7c85e4edd3 (diff) | |
download | xine-lib-b4eeffed294fe270d4497c6c30d399f0a506ca39.tar.gz xine-lib-b4eeffed294fe270d4497c6c30d399f0a506ca39.tar.bz2 |
Add pl_PL translation from Bartlomiej Muryn <forever@klub.chip.pl>.
CVS patchset: 1683
CVS date: 2002/04/06 09:01:30
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 2b7a8671b..8e04d18fd 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" +ALL_LINGUAS="fr pt_BR de sk es pl_PL" 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") |