From: Peter Eisentraut Date: Tue, 3 May 2011 19:19:10 +0000 (+0000) Subject: Update status X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c264a4aaf0b2208e4875598917a32a283fe88a5c;p=pgtranslation%2Fadmin.git Update status --- diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page index e61e18c..f462fff 100755 --- a/wwwtools/nls-status-page +++ b/wwwtools/nls-status-page @@ -82,7 +82,7 @@ my %branch_status = ( '8.3-branch' => 'maintenance', '8.4-branch' => 'maintenance', '9.0-branch' => 'maintenance', - 'current' => 'not translating yet', + 'current' => 'translate this now', ); my @branches = map { m!table-([^/]+).html$! && $1 } reverse sort glob("$dir/table-*.html");