texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Patrice Dumas
Date: Tue, 8 Nov 2022 03:29:26 -0500 (EST)

branch: master
commit d8c4cfcf316377b379af6cbac56efde48a93a5a0
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Nov 1 23:47:14 2022 +0100

    tp/Texinfo/Convert/LaTeX.pm: harmonize translation comments
---
 tp/Texinfo/Convert/LaTeX.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tp/Texinfo/Convert/LaTeX.pm b/tp/Texinfo/Convert/LaTeX.pm
index 232212bd2e..56485febe8 100644
--- a/tp/Texinfo/Convert/LaTeX.pm
+++ b/tp/Texinfo/Convert/LaTeX.pm
@@ -257,6 +257,7 @@ my %LaTeX_in_heading_commands_formatting = (
   # default for texinfo.tex is similar:
   #   \putwordChapter{} \thischapternum: \thischaptername}
   # see doc/txi-zh.tex for how it could be in chinese
+  # TODO translation
   'thischapter' => '\chaptername{} \thechapter{} \chaptertitle{}',
   'thischaptername' => '\chaptertitle{}',
   'thischapternum' => '\thechapter{}',
@@ -2478,7 +2479,7 @@ sub _convert($$)
           # 
https://github.com/latex3/hyperref/issues/207#issuecomment-920712424
           $result .= '\texorpdfstring{'.
             
$LaTeX_no_arg_brace_commands{$command_format_context}->{$converted_command}
-            # FIXME translation
+            # TODO translation
             .'}{error}'
         } else {
           $result .= 
$LaTeX_no_arg_brace_commands{$command_format_context}->{$converted_command};
@@ -2934,7 +2935,7 @@ sub _convert($$)
             $text_representation .= $name_text if 
(defined($text_representation));
           }
 
-          # FIXME translation
+          # TODO translation
           if (defined($float_type)) {
             # no page for float reference in Texinfo TeX
             if (defined($name_text)) {
@@ -3663,7 +3664,6 @@ sub _convert($$)
         # condition
         and !($def_commands{$cmdname}
               and $cmdname =~ /x$/)) {
-      # this is output for errormsg
       warn "Unhandled $cmdname\n";
       #$result .= "!!!!!!!!! Unhandled $cmdname !!!!!!!!!\n";
     }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]