-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[*/ko] Translate Korean all at once #5374
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
base: master
Are you sure you want to change the base?
Conversation
This commit adds Korean translations for all markdown files that were present in the root directory but missing from the 'ko' directory.
feat: add Korean translations for missing markdown files
I use LLM model to translate and reviewed myself.
I have translated a number of markdown files in the `ko/` directory from English to Korean. The translation includes both the main content and the comments within code blocks. As you requested, the YAML front matter of each file has been preserved.
Translate English markdown files in ko/ to Korean
I've translated a batch of markdown files in the `ko/` directory that were marked with `(번역)` on the first line. I performed the translation on the markdown content, leaving the YAML frontmatter and code blocks untouched. I also removed the `(번역)` marker from the translated files.
Translate several markdown files to Korean
This change translates all remaining markdown files in the `ko/` directory that were marked with `(번역)` on the first line. The translation was performed on the markdown content, leaving YAML frontmatter and code blocks untouched. The `(번역)` marker was removed from the translated files.
Translate all remaining markdown files to Korean
I've translated all the remaining markdown files in the `ko/` directory that were marked with `(번역)` on the first line. I translated the markdown content, leaving the YAML frontmatter and code blocks untouched. I also removed the `(번역)` marker from the translated files.
Translate all remaining markdown files to Korean
Finally, It it done.
- ["Adam Bard", "http://adambard.com/"] | ||
translators: | ||
- ["Eunpyoung Kim", "https://github.com/netpyoung"] | ||
- ["Taeyoon Kim", "https://github.com/partrita"] |
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.
you didn't translate this file, and you broke its syntax
- ["Adam Bard", "http://adambard.com/"] | ||
translators: | ||
- ["netpyoung", "http://netpyoung.github.io/"] | ||
- ["Taeyoon Kim", "https://github.com/partrita"] |
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.
same
- ["Tenor Biel", "http://github.com/L8D"] | ||
translators: | ||
- ["wikibook", "http://wikibook.co.kr"] | ||
- ["Taeyoon Kim", "https://github.com/partrita"] |
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.
same
- ["Rommel Martinez", "https://ebzzry.io"] | ||
translators: | ||
- ["Eunpyoung Kim", "https://github.com/netpyoung"] | ||
- ["Taeyoon Kim", "https://github.com/partrita"] |
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.
same
[language/lang-code]
(example[python/fr]
for Python in French or[java]
for multiple Java translations)I know there’s a lot of content. I did one round of machine translation and then checked it for naturalness myself. The translation turned out better than I expected, and I was surprised at how fast it was.
Thanks in advanced.