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:
6e33f38
)
Update status
author
Peter Eisentraut
<peter_e@gmx.net>
Tue, 3 May 2011 19:19:10 +0000
(19:19 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Tue, 3 May 2011 19:19:10 +0000
(19:19 +0000)
wwwtools/nls-status-page
patch
|
blob
|
blame
|
history
diff --git
a/wwwtools/nls-status-page
b/wwwtools/nls-status-page
index e61e18c675f2677b9bc7e1d52822d52ea284e7b2..f462fff0eb09c4413ce8018bf3afcb7864659951 100755
(executable)
--- 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");