ropensci-review-tools / babelquarto

Renders a Multilingual Quarto Project (Book or Website)
https://docs.ropensci.org/babelquarto/
Other
33 stars 7 forks source link

Please translate subtitles #55

Closed truecluster closed 3 weeks ago

truecluster commented 1 month ago

Dear Maelle, Would you mind adding this line

  config[[type]][["subtitle"]] <- config[[sprintf("subtitle-%s", language_code)]] %||% config[[type]][["subtitle"]]

after this one

  config[[type]][["title"]] <- config[[sprintf("title-%s", language_code)]] %||% config[[type]][["title"]]

in Render.R Kind regards

maelle commented 1 month ago

@truecluster do you want to open a PR with that change? :grin: It'd also be the occasion to list you as "ctb" in DESCRIPTION. I'm happy to help if you're not used to PRs.

maelle commented 3 weeks ago

@truecluster friendly reminder :smile_cat: