Unverified Commit 9f53f049 authored by Yeoun Yi's avatar Yeoun Yi Committed by GitHub
Browse files

Translate README.md to Korean (#14015)

* Create README_ko.md

* Update README.md

* Update README_zh-hans.md

* Update README_zh-hant.md

* Update README_ko.md

* Update check_copies.py

* Update README_ko.md

* typo

* match with readme_ko
parent f5a49bfa
...@@ -42,7 +42,8 @@ limitations under the License. ...@@ -42,7 +42,8 @@ limitations under the License.
<p> <p>
<b>English</b> | <b>English</b> |
<a href="https://github.com/huggingface/transformers/blob/master/README_zh-hans.md">简体中文</a> | <a href="https://github.com/huggingface/transformers/blob/master/README_zh-hans.md">简体中文</a> |
<a href="https://github.com/huggingface/transformers/blob/master/README_zh-hant.md">繁體中文</a> <a href="https://github.com/huggingface/transformers/blob/master/README_zh-hant.md">繁體中文</a> |
<a href="https://github.com/huggingface/transformers/blob/master/README_ko.md">한국어</a>
<p> <p>
</h4> </h4>
......
This diff is collapsed.
...@@ -67,7 +67,8 @@ checkpoint: 检查点 ...@@ -67,7 +67,8 @@ checkpoint: 检查点
<p> <p>
<a href="https://github.com/huggingface/transformers/">English</a> | <a href="https://github.com/huggingface/transformers/">English</a> |
<b>简体中文</b> | <b>简体中文</b> |
<a href="https://github.com/huggingface/transformers/blob/master/README_zh-hant.md">繁體中文</a> <a href="https://github.com/huggingface/transformers/blob/master/README_zh-hant.md">繁體中文</a> |
<a href="https://github.com/huggingface/transformers/blob/master/README_ko.md">한국어</a>
<p> <p>
</h4> </h4>
......
...@@ -79,7 +79,8 @@ user: 使用者 ...@@ -79,7 +79,8 @@ user: 使用者
<p> <p>
<a href="https://github.com/huggingface/transformers/">English</a> | <a href="https://github.com/huggingface/transformers/">English</a> |
<a href="https://github.com/huggingface/transformers/blob/master/README_zh-hans.md">简体中文</a> | <a href="https://github.com/huggingface/transformers/blob/master/README_zh-hans.md">简体中文</a> |
<b>繁體中文</b> <b>繁體中文</b> |
<a href="https://github.com/huggingface/transformers/blob/master/README_ko.md">한국어</a>
<p> <p>
</h4> </h4>
......
...@@ -51,6 +51,11 @@ LOCALIZED_READMES = { ...@@ -51,6 +51,11 @@ LOCALIZED_READMES = {
"end_prompt": "1. 想要貢獻新的模型?", "end_prompt": "1. 想要貢獻新的模型?",
"format_model_list": "**[{title}]({model_link})** (from {paper_affiliations}) released with the paper {paper_title_link} by {paper_authors}.{supplements}", "format_model_list": "**[{title}]({model_link})** (from {paper_affiliations}) released with the paper {paper_title_link} by {paper_authors}.{supplements}",
}, },
"README_ko.md": {
"start_prompt": "🤗 Transformers는 다음 모델들을 제공합니다",
"end_prompt": "1. 새로운 모델을 올리고 싶나요?",
"format_model_list": "**[{title}]({model_link})** (from {paper_affiliations}) released with the paper {paper_title_link} by {paper_authors}.{supplements}",
},
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment