Next - #50
Merged
Merged
Conversation
- route pattern used [^\s]+?, which let the lazy quantifiers run past the closing bracket and swallow the following link when two links are not separated by whitespace - English prose is unaffected because ", " breaks the run, but CJK text joins links directly with "、", producing a relative href without the leading slash and thus a broken link - parentheses are now excluded from the route and the anchor: a markdown link target cannot contain an unescaped ")" - verified across all 821 md files in docs/ and i18n/: output differs only for the one previously broken link
- guides/mcp-server.md translated for all four locales, added in 96142c3 and refined through 33ba63d, but never mirrored into i18n/ - how_to_start.md gains the guide in its "what's next" list and overview.md the closing sentence linking to it, both from aa8d51b - headings carry explicit {#en-slug} anchors so urls stay identical across locales; link targets, code blocks and admonition markers are kept verbatim, sidebar_label stays "DHTMLX MCP server" - .sync markers moved from the june translation commits to the current head, they were reporting ~100 already translated files as changed
Translate MCP server guide into de/ko/ru/zh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.