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
This commit is contained in:
Yeoun Yi
2021-10-22 20:42:31 +09:00
committed by GitHub
parent f5a49bfa4d
commit 9f53f049c6
5 changed files with 332 additions and 3 deletions

View File

@@ -51,6 +51,11 @@ LOCALIZED_READMES = {
"end_prompt": "1. 想要貢獻新的模型?",
"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}",
},
}