From 00ac3a913a0facfbc979f99dff6b4facb6bd4ed5 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 12 Jul 2010 18:28:53 +0000 Subject: [PATCH] Support for 9.0 branch --- wwwtools/nls-status-page | 3 ++- wwwtools/pg-make-po | 2 +- wwwtools/update-nls-www | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index 760232b..3a8c1d1 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -84,7 +84,8 @@ my %branch_status = ( '8.2-branch' => 'maintenance', '8.3-branch' => 'maintenance', '8.4-branch' => 'maintenance', - 'current' => 'beta, complete translations now', + '9.0-branch' => 'beta, complete translations now', + 'current' => 'not translating yet', ); my @branches = map { m!table-([^/]+).html$! && $1 } reverse sort glob("$dir/table-*.html"); diff --git a/wwwtools/pg-make-po b/wwwtools/pg-make-po index 98f1661..c85f393 100755 --- a/wwwtools/pg-make-po +++ b/wwwtools/pg-make-po @@ -117,7 +117,7 @@ foreach (@ARGV) { } } - if ($version eq 'current' or $version eq '8.4-branch') { + if ($version eq 'current' or $version eq '8.4-branch' or $version eq '9.0-branch') { # This is what we offer for download. if (system("$gmake -C $dirname po/$lang.po.new AVAIL_LANGUAGES='$avail_languages'") != 0) { system("$gmake -C $dirname po/$lang.po.new AVAIL_LANGUAGES='$avail_languages' 2>>$outdir/$catalogname-$lang.po.err 1>/dev/null"); diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index 46b512b..3624d32 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -18,7 +18,7 @@ GMAKE=make which gmake >/dev/null && GMAKE=gmake export GMAKE -active_branches="current 8.4-branch 8.3-branch 8.2-branch 8.1-branch 8.0-branch 7.4-branch" +active_branches="current 9.0-branch 8.4-branch 8.3-branch 8.2-branch 8.1-branch 8.0-branch 7.4-branch" if [ -n "$1" ]; then active_branches=$1 -- 2.39.5