Am currently working on a rewrite of a LaTeX project into R Markdown, which has had some people interested in translating it to a multitude of languages.
The project is written in bookdown, but can't seem to find anything in the documentation pointing me in the right direction.
It will build the website and requisite files using Gitlab CI after someone makes a change. What is the best way to add other languages to the project?
babelquarto
package helpful. – Dewar