Japanese characters creep into various parts of Sage documentation. For example, the table of contents in the (English) Sage developer's guide (html) has headings in Japanese, and when building the PDF version of it/a_tour_of_sage, I see this error:
! Package inputenc Error: Unicode character リ (U+30EA)
Indeed, the file local/share/doc/sage/latex/it/a_tour_of_sage/a_tour_of_sage.tex has the line
\renewcommand{\releasename}{リリース}
and also a few lines earlier
and at the bottom
\renewcommand{\indexname}{索引}
These lines are the same as in ja/a_tour_of_sage/a_tour_of_sage.tex.
Depends on #31948
CC: @zlscherr @kiwifb @kliem @mkoeppe
Component: documentation
Issue created by migration from https://trac.sagemath.org/ticket/31936