Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-29 | Some more l10n | Berke Viktor | |
2013-03-29 | Update translations | Berke Viktor | |
2012-11-11 | Update translations | Berke#!/usr/bin/env perl
use strict;
use warnings;
use File::Basename qw(dirname);
sub __DIR__ {
return dirname +(caller 0)[1];
}
# this must go before use Pod::Html to use our private copy
use lib __DIR__ . '/lib';
use Pod::Html;
chdir( __DIR__ ) or die $!;
pod2html(
# "pod2html",
"--header",
"--infile=lib/Xchat.pod",
"--outfile=xchat2-perl.html",
);
#sys='logmsg'>
| |
2012-10-19 | Update test strings in repo | Berke Viktor | |
2012-10-19 | Add Transifex config and update translations from the online resource | Berke Viktor | |
2012-10-19 | generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-02-04 21:26:02 +0000 |