From be7ab4cfecbb6658d01a2d2589aa25fae1c976ff Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 6 Jan 2003 11:11:56 +0000 Subject: [PATCH] last commit before 1.3.3 ? small bugfix and polish opac language selection --- misc/Install.pm | 3 ++- misc/buildrelease | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/Install.pm b/misc/Install.pm index e27f134aa7..b49d6d978b 100644 --- a/misc/Install.pm +++ b/misc/Install.pm @@ -1218,11 +1218,12 @@ $messages->{'Language'}->{en}=qq| = CHOOSE LANGUAGES = ==================== This version of koha supports a few languages. -Enter you languages preferences : either en, fr or es. +Enter you languages preferences : either en, fr, es or pl. Note that the en is always choosen when the system does not finds the language you choose in a specific screen. fr : opac is translated (except pictures) es : a few intranet is translated (including pictures) +pl : opac is translated (UNTESTED in this release) |; sub updatedatabase { diff --git a/misc/buildrelease b/misc/buildrelease index ba4f63abdc..aef63334cc 100644 --- a/misc/buildrelease +++ b/misc/buildrelease @@ -351,7 +351,7 @@ if (-e "$roothomedir/docs") { chdir("/tmp"); system("tar czf /tmp/koha-$releaseversion.tar.gz koha-".$releaseversion); -#system("rm -rf $rootdir"); +system("rm -rf $rootdir"); print qq| ============ -- 2.39.5