[Po4a-commits] r2752 - /trunk/lib/Locale/Po4a/Texinfo.pm
barbier at users.alioth.debian.org
barbier at users.alioth.debian.org
Tue Jan 28 08:12:40 UTC 2014
Author: barbier
Date: Tue Jan 28 08:12:40 2014
New Revision: 2752
URL: http://svn.debian.org/wsvn/po4a/?sc=1&rev=2752
Log:
Texinfo.pm: Add new Texinfo quotation commands: smallquotation indentedblock smallindentedblock raggedright
Report and patch by Bruno Félix Rezende Ribeiro, thanks!
Modified:
trunk/lib/Locale/Po4a/Texinfo.pm
Modified: trunk/lib/Locale/Po4a/Texinfo.pm
URL: http://svn.debian.org/wsvn/po4a/trunk/lib/Locale/Po4a/Texinfo.pm?rev=2752&op=diff
==============================================================================
--- trunk/lib/Locale/Po4a/Texinfo.pm (original)
+++ trunk/lib/Locale/Po4a/Texinfo.pm Tue Jan 28 08:12:40 2014
@@ -509,7 +509,9 @@
$commands{$_} = \&environment_line_command;
$break_line{$_} = 1;
}
-foreach (qw(quotation)) {
+foreach (qw(quotation smallquotation
+ indentedblock smallindentedblock
+ raggedright)) {
$commands{$_} = \&environment_line_command;
$translate_line_command{$_} = 1;
$break_line{$_} = 1;
More information about the Po4a-commits
mailing list