projects
/
pgtranslation
/
admin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f8bbab
)
Update status of current branch
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 13 May 2010 15:57:44 +0000
(15:57 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 13 May 2010 15:57:44 +0000
(15:57 +0000)
wwwtools/nls-status-page
patch
|
blob
|
blame
|
history
diff --git
a/wwwtools/nls-status-page
b/wwwtools/nls-status-page
index f20cc93caf03178c368aa7381f46a030a0e48608..760232b8d809d9becf9084ef31a05fd46c551d48 100755
(executable)
--- a/
wwwtools/nls-status-page
+++ b/
wwwtools/nls-status-page
@@
-84,7
+84,7
@@
my %branch_status = (
'8.2-branch' => 'maintenance',
'8.3-branch' => 'maintenance',
'8.4-branch' => 'maintenance',
- 'current' => '
alpha/early adopters
',
+ 'current' => '
beta, complete translations now
',
);
my @branches = map { m!table-([^/]+).html$! && $1 } reverse sort glob("$dir/table-*.html");