Open
Conversation
There was a problem hiding this comment.
Pull request overview
Restores the Japanese version of the project README to document zig-wolfssl’s purpose, build/test prerequisites, usage, and licensing for Japanese-speaking users.
Changes:
- Adds
README-jp.mdcontaining a Japanese translation of the primary project documentation. - Includes Japanese sections for prerequisites, minimum Zig version, build/test instructions, usage example, project structure, and licensing/support contacts.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,150 @@ | |||
| # zig-wolfssl | |||
|
|
|||
| このレポジトリでは、wolfSSL および wolfCrypt のZig的な バインディングを提供します。 | |||
There was a problem hiding this comment.
日本語の表現/スペースが不自然で、同README内の「ネイティブ Zig API」等の表記とも整合していません。「wolfCrypt のZig的な バインディング」はスペース位置と「の」の直後に英単語が連結している点を修正して、読みやすい表記(例: 「wolfCrypt の Zig 的なバインディング」等)に揃えるとよいです。
Suggested change
| このレポジトリでは、wolfSSL および wolfCrypt のZig的な バインディングを提供します。 | |
| このレポジトリでは、wolfSSL および wolfCrypt の Zig 的なバインディングを提供します。 |
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.
Restores Takashi Kojo's Japanese README (originally PR #1, closed by force push during history rewrite).
Authorship preserved — commit is by kojo@wolfssl.com.