How can I support internationalisation or customise the headings in the site? #10354
Unanswered
nazarepiedady
asked this question in
Q&A
Replies: 1 comment
-
@ghostdevv could you give me some points or ideas on how I could solve my problem? And what about you @PuruVJ ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on the translation or localization of the content of svelte-kit website and I am having problems with the compilation because the site breaks cause the mismatch of the links and since I am not a regular expression expert I do not an idea about how I could edit the
check-doc-links.js
to support the new headings pattern or about how I could do the application of site support custom headings identification, like for example## Introdução {#introduction}
or<h2 id="introduction">Introdução</h2>
and do not break the application.@Rich-Harris I am mention you because you were one of the last people touching in the
check-doc-link.js
script and also because I think you could give a good contribution to my problem.Beta Was this translation helpful? Give feedback.
All reactions