-
Notifications
You must be signed in to change notification settings - Fork 632
Fix: Improve Korean translation quality #3526
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
4797477
to
7535c15
Compare
7535c15
to
4a4ef07
Compare
@@ -64,7 +64,7 @@ end | |||
매개 변수입니다. | |||
|
|||
여기서 일어나고 있는 것은 리스트의 각 원소가 `name` 변수에 넘겨져서, 그 `name`을 | |||
가지고 `puts “Hello#\{name}!”` 코드가 실행되고 있는 거랍니다. | |||
가지고 `puts “Hello #{name}!”` 코드가 실행되고 있는 거랍니다. |
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.
가지고 `puts “Hello #{name}!”` 코드가 실행되고 있는 거랍니다. | |
가지고 `puts "Hello #{name}!"` 코드가 실행되고 있는 거랍니다. |
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.
Thank you for the valuable suggestion. I've made the modifications as you recommended.
@@ -65,7 +65,7 @@ Hello Matz! | |||
|
|||
## 문자열의 중간에 자리를 잡아두기 | |||
|
|||
`#\{name}` 부분은 무엇이냐구요? Ruby에서 문자열 중간에 무엇을 삽입하는 방법입니다. |
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.
https://github.com/search?q=repo%3Aruby%2Fwww.ruby-lang.org%20%23%5C%7B&type=code
Code quotes seem to have been added later. There are traces of them in other languages as well.
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.
LGTM
4a4ef07
to
ded4203
Compare
Changes
Details
This PR focuses on improving the Korean documentation by correcting terminology, removing unexpected characters, and enhancing overall readability.