-
Notifications
You must be signed in to change notification settings - Fork 13
/docs/reference/layout/hおよび/docs/reference/layout/vの翻訳
#217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds Japanese translations for the layout/h and layout/v documentation.
- Marks
layout/handlayout/vas translated in the translation status. - Translates Rust doc comments for
HElem(horizontal spacing) andVElem(vertical spacing) into Japanese.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| website/translation-status.json | Update status of /docs/reference/layout/h/ and /v/ to "translated" |
| crates/typst-library/src/layout/spacing.rs | Translate doc comments for HElem and VElem to Japanese |
Comments suppressed due to low confidence (4)
crates/typst-library/src/layout/spacing.rs:36
- [nitpick] Remove the extra space after the comma: change "さらに、 弱い間隔" to "さらに、弱い間隔" for better formatting consistency.
/// さらに、 弱い間隔が隣接していると最大のもの以外は削除されます。
crates/typst-library/src/layout/spacing.rs:92
- [nitpick] Remove the extra space after the comma: change "さらに、 弱い間隔" to "さらに、弱い間隔" for better formatting consistency.
/// さらに、 弱い間隔が隣接していると最大のもの以外は削除されます。
crates/typst-library/src/layout/spacing.rs:35
- [nitpick] Consider unifying terminology by replacing “空白” with “間隔” to keep the documentation consistent.
/// `{true}`の場合、段落の始まりと終わりの空白は削除されます。
crates/typst-library/src/layout/spacing.rs:91
- [nitpick] Consider unifying terminology by replacing “空白” with “間隔” to keep the documentation consistent.
/// `{true}`の場合、流れの始まりと終わりの空白は削除されます。
layout/hおよびlayout/vの翻訳/docs/reference/layout/hおよび/docs/reference/layout/vの翻訳
5207f83 to
340f632
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
プルリクエストありがとうございます。対応遅くなりすみません。
Co-authored-by: Shunsuke KIMURA <kimushun1101@gmail.com>
b01078a to
15db61c
Compare
layout/h、layout/vの翻訳です。