Re: a new release ?
Dumas Patrice <[email protected]> Tue, 17 Jun 2003 19:18:16 +0200
| Newsgroups | gmane.comp.tex.texi2html.devel |
|---|---|
| Message-ID | <[email protected]> |
> >There are also some i18n which could be done.
> >
>
> That's an enhancement, nothing to stop a release. Could you open
> particular issues with your ideas?
I have put
# i18n
in the source file where I think there should be some internationalisation.
But I think that there is a difficulty. For example, there is (for defop)
$entry = "$name on $ftype";
We could imagine use
$entry = "$name $T2H_WORDS->{'on'} $ftype";
But it might well be that in another language, this should be
$entry = "operation de $name sur $ftype";
I think that this issue is solved with gettext in C. Is there something
equivalent in perl, and sufficiently distributed ? I have searched a little
on CPAN and ther appears to be more than one implementation.
> >And also some .init files showing what can be done. I think that producing
> >xhtml would be nice, for example, and also what is proposed in the TODO
> >file, a layout based on css could be nice.
> >
>
> As above, could you open issues?
I have allready done the xhtml part, I will open an issue for the css based
xhtml file. I think it would be nice if we used similar css config and
classes than makeinfo. Even the same default css file would be nice, if
possible.
Pat