A asciidoc document writen in french, but asciidoctor-pdf precedes chapters with an english "Chapter" String and the tabl of content with an english "Table Of Content" title. How to repalce/translate/avoid that english strings in the final pdf ?
Asked
Active
Viewed 379 times
1 Answers
3
You need to set the appropriate localization attributes.

eskwayrd
- 3,691
- 18
- 23
-
1Thanks, I had tried `chapter-label` with no success, the solution was to use `chapter-signifier` – user1767316 Jul 30 '21 at 09:36