Replies: 2 comments
-
|
Quarto and Pandoc are using two different translation-resource layers here. In Quarto's source, Quarto reads its own files from That means |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the report. I can reproduce both symptoms, and they're real — two separate interop gaps between Quarto and Pandoc on Chinese. Why the filenames divergeBoth tools use valid BCP 47. Pandoc ships two files — Quarto ships Neither naming is wrong per BCP 47 — the gap is that neither tool maps between the two conventions. The two symptomsQuarto resolves quarto-cli/src/command/render/pandoc.ts Lines 1251 to 1254 in e4b75c1 No equivalent mapping exists for
Our docs also don't tell users which tag to write — neither TrackingOpened #14416 for the Pandoc-side mapping, #14417 for the Quarto UI fallback (has one design question to settle), and #14418 for the docs. Thanks for the detailed reproduction. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
In a
.qmdfile, if I uselang: zh-HantI don't get thezh-TWbindingslang: zh-TWI get the bindings, but then I also get:Beta Was this translation helpful? Give feedback.
All reactions