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:23 -0500 (EST)

branch: master
commit d1d79ad985fccb1620a97ac95be8987c3c1bd5ea
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Oct 29 21:54:52 2022 +0200

    * tp/Texinfo/Convert/HTML.pm (_translate_names): update gdt call.
---
 ChangeLog                  | 4 ++++
 tp/Texinfo/Convert/HTML.pm | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 5fdf429089..825b503794 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-10-29  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/Convert/HTML.pm (_translate_names): update gdt call.
+
 2022-10-29  Patrice Dumas  <pertusus@free.fr>
 
        * doc/texi2any_api.texi (Element Direction Information Type)
diff --git a/tp/Texinfo/Convert/HTML.pm b/tp/Texinfo/Convert/HTML.pm
index 7806e342f0..01fd3e7b88 100644
--- a/tp/Texinfo/Convert/HTML.pm
+++ b/tp/Texinfo/Convert/HTML.pm
@@ -2004,7 +2004,7 @@ sub _translate_names($)
         # translate already converted direction strings
         my $result_string
           = 
$self->gdt($translated_directions_strings->{$string_type}->{$direction}->{'converted'},
-                       undef, 'translated_text');
+                       undef, undef, 'translated_text');
         $self->{'directions_strings'}->{$string_type}->{$direction}
           = $self->substitute_html_non_breaking_space($result_string);
       } elsif 
(defined($translated_directions_strings->{$string_type}->{$direction}->{'to_convert'}))
 {



reply via email to

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