Change #266092
| Category | texinfo |
| Changed by | Patrice Dumas <pertusus@free.fr> |
| Changed at | Fri 01 May 2026 15:35:47 |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Project | texinfo |
| Branch | master |
| Revision | 10920fb35044438ee9d1775e7c46718f328d732f |
Comments
* tta/C/main/get_perl_info.c (get_lang_info_hv): get bcp47_locale from Perl data. * tta/C/main/get_perl_info.c (set_lang_info_copy_translation): rename get_lang_info_translation as set_lang_info_copy_translation. Update caller. * tta/C/main/get_perl_info.c (new_lang_info_copy) (set_lang_info_copy_translation): add new_lang_info_copy based on new_copy_translation. Inline the remaining of new_copy_translation in set_lang_info_copy_translation. * tta/perl/Texinfo/Translations.pm (_init_lang_translation) (_new_lang_info): rename new_lang_info as _new_lang_info and _set_lang_info_translation as _init_lang_translation. * tta/perl/Texinfo/Translations.pm (%parser_translation_cache): rename %indices_lang_translations as %parser_translation_cache. * tta/perl/Texinfo/Translations.pm (complete_indices): call new_element_language_translation instead of two levels caching.
Changed files
- ChangeLog
- doc/tta_api/api_includes/Texinfo-Translations.texi
- tta/C/convert/convert_html.c
- tta/C/main/get_perl_info.c
- tta/C/main/translations.c
- tta/C/main/translations.h
- tta/perl/Texinfo/Translations.pm