[Po4a-commits] po4a/lib/Locale/Po4a Chooser.pm,1.24,1.25
Nicolas FRAN??OIS
po4a-devel@lists.alioth.debian.org
Sun, 27 Feb 2005 23:32:06 +0000
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv25489/lib/Locale/Po4a
Modified Files:
Chooser.pm
Log Message:
Add the LaTeX module.
Index: Chooser.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Chooser.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Chooser.pm 27 Feb 2005 22:53:52 -0000 1.24
+++ Chooser.pm 27 Feb 2005 23:32:02 -0000 1.25
@@ -33,6 +33,8 @@
$modname = 'KernelHelp';
} elsif ($module eq 'newsdebian') {
$modname = 'NewsDebian';
+ } elsif ($module eq 'latex') {
+ $modname = 'LaTeX';
} else {
$modname = ucfirst($module);
}
@@ -59,6 +61,7 @@
."\n - ".gettext("dia: uncompressed Dia diagrams.")
."\n - ".gettext("guide: Gentoo Linux's xml documentation format.")
."\n - ".gettext("docbook: Docbook XML.")
+ ."\n - ".gettext("latex: LaTeX format.")
);
exit shift;
}
@@ -103,7 +106,8 @@
L<Locale::Po4a::Pod(3pm)>,
L<Locale::Po4a::Sgml(3pm)>,
L<Locale::Po4a::Html(3pm)>,
-L<Locale::Po4a::Dia(3pm)>.
+L<Locale::Po4a::Dia(3pm)>,
+L<Locale::Po4a::LateX(3pm)>.
=back