translation warning during rendering #6039
-
DescriptionI am rendering a book in Turkish and I get the following error. Is there something missing in Here is the
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
First our language doc is here: https://quarto.org/docs/authoring/language.html Setting the
However, I think the error comes from Pandoc somehow as the I would open an issue in Pandoc itself, because it seems the I think you would get the issue with Pandoc itself without Quarto. Take this simple document ---
lang: tr
title: Dizin
---
# Dizin > pandoc -t html -f markdown test2.qmd
[WARNING] Could not load translations for tr
translations/tr.yaml: Aeson exception:
Error in $: Invalid Term name "Subject"
[WARNING] The term Abstract has no translation defined.
<h1 id="dizin">Dizin</h1> so it seems this is an issue with You should open an issue there |
Beta Was this translation helpful? Give feedback.
-
This looks like an issue in Pandoc. I've reported it there and you can track it with this issue: Thanks for letting us know! |
Beta Was this translation helpful? Give feedback.
This looks like an issue in Pandoc. I've reported it there and you can track it with this issue:
jgm/pandoc#8921
Thanks for letting us know!