Update from code changes: sync xchat translations to Chat XDK v0.4.0#272
Open
mintlify[bot] wants to merge 3 commits into
Open
Update from code changes: sync xchat translations to Chat XDK v0.4.0#272mintlify[bot] wants to merge 3 commits into
mintlify[bot] wants to merge 3 commits into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
|
Contributor
Author
|
Update from code changes updated this PR. Verified maintenance checks pass with no additional changes needed |
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.
Summary
Syncs the Spanish, Japanese, Portuguese, and Korean X Chat pages to the current English Chat XDK v0.4.0 source. The upstream English work rewrote every xchat page around session-scoped identity, SDK-generated message ids, opt-in signing-key and conversation-key session stores, and event-based replies and reactions with a
reply_preview_validationoutcome. This PR carries the same structural rewrite and code snippets across all six language tabs into each localized page and keeps the translations current as further English follow-ups land. Triggered by #268.Changes
es/xchat/,ja/xchat/,pt/xchat/,ko/xchat/— Seven pages per locale (cryptography-primer,getting-started,groups,media,real-time-events,troubleshooting,xchat-xdk) match the English v0.4.0 structure and code.set_identityand the new prepare/send flow, with SDK-generatedmessage_idand version-awareimport_keys.set_signing_keys,set_cache_keys), the shortdecrypt_event(s)andencrypt_messagecall forms, event-basedencrypt_replyandencrypt_add_reaction, and thereply_preview_validationsemantics.Invalidreply-preview outcomes.extract_conversation_keys.Context
The upstream English rewrite explicitly deferred the localized mirrors to translation; this PR closes that gap so the translated docs no longer describe removed APIs (per-call
sender_id/signing_key_version, caller-minted UUID message ids,set_key_version), and keeps the mirrors in sync as follow-up English guidance lands.Update history
es/,ja/, andpt/xchat pages to Chat XDK v0.4.0 (7 pages per locale).ko/) xchat translations for the same seven pages; tightened Spanish and Portuguese SEO descriptions; quoted two YAML descriptions containing colons that broke frontmatter parsing.