-
Notifications
You must be signed in to change notification settings - Fork 14
構文(syntax)の追加翻訳 #123
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
Merged
Merged
構文(syntax)の追加翻訳 #123
Conversation
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
Signed-off-by: Shunsuke Kimura <[email protected]>
Signed-off-by: Shunsuke Kimura <[email protected]>
88 tasks
3w36zj6
reviewed
May 1, 2025
Member
|
誤解を避けるためにも「ルートディレクトリ」で問題ないと思います。 |
Contributor
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 translated content to the syntax documentation focused on file paths. Key changes include:
- Translating the description for relative and absolute paths.
- Clarifying the notion of the project root in Japanese.
- Updating the "Paths and Packages" section with localized instructions.
Comments suppressed due to low confidence (1)
docs/reference/language/syntax.md:183
- [nitpick] Consider using consistent terminology for the project root throughout the document. For instance, harmonize the use of 'プロジェクトルート' and 'ルートディレクトリ' to avoid potential confusion.
絶対パスはプロジェクトの _ルートディレクトリ_ からのパスを指定します。先頭を`/`から始めます。
Co-authored-by: 3w36zj6 <[email protected]>
Co-authored-by: 3w36zj6 <[email protected]>
Co-authored-by: 3w36zj6 <[email protected]>
Signed-off-by: Shunsuke Kimura <[email protected]>
Member
Author
|
@3w36zj6 |
3w36zj6
approved these changes
May 1, 2025
gomazarashi
approved these changes
May 2, 2025
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.
close #64
syntaxのpathについての翻訳を追加しました。