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 | Update translations | Berke Viktor | |
2012-10-19 | Update Hungarian translation | Berke Viktor | |
2012-10-19 | Update translations | Berke Viktor | |
2012-10-19 | Update Hungarian translation | Berke Viktor | |
2012-10-19 | Update translations | Berke Viktor | |
2012-10-15 | Update Hungarian translation against current HEAD | Berke Viktor | |
2012-10-15 | Huge commit is huge - update translations | Berke Viktor | |
2012-07-18 | Replace hardcoded "XChat:" strings in translations | Berke Viktor | |
2011-02-24 | add xchat r1489 | berkeviktor@aol.com | |