From a53f0d4e3c1e0fd78f2a760f85ca459ce5f71345 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 3 Jun 2012 22:58:59 +0300 Subject: [PATCH] Start translation of 9.2 --- wwwtools/nls-status-page | 4 ++-- wwwtools/update-nls-www | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index 1ffd4bb..ea8a35e 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -81,8 +81,8 @@ my %branch_status = ( '8.3-branch' => 'maintenance', '8.4-branch' => 'maintenance', '9.0-branch' => 'maintenance', - '9.1-branch' => 'translate this now', - 'current' => 'not translating yet', + '9.1-branch' => 'maintenance', + 'current' => 'translate this now', ); my @branches = map { m!table-([^/]+).html$! && $1 } reverse sort glob("$dir/table-*.html"); diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index d9d1952..a143e9a 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -29,7 +29,7 @@ while true; do esac done -active_branches="9.1-branch 9.0-branch 8.4-branch 8.3-branch" +active_branches="current 9.1-branch 9.0-branch 8.4-branch 8.3-branch" if [ -n "$1" ]; then active_branches=$1 -- 2.39.5