Changing *Chapter X* name in bookdown PDF
Instead of Chapter X when creating a PDF from bookdown, I would like it to be "Módulo X" (in Spanish). So I would like to know how to change chapter name using bookdown. My YAML is: --- title: "TITLE" author: "Mario Modesto-Mata" date: "`r Sys.Date()`" output: pdf_document description: This is a minimal example of using the bookdown package to write a book. The output format for this example is bookdown::gitbook. documentclass: book link-citations: yes bibliography: book.bib site: bookdown::bookdown_site language: label: chapter_name: "Módulo" --- I tried with the last three line codes, with