'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");
}
}
- 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");
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