Skip to content
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

Add Korean Translation for Doctrine #337

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doctrine/de.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ <h1>Die Rails-Doktrin.</h1>
<li>
<a href="/doctrine/zh_tw"><span>繁體中文</span></a>
</li>
<li>
<a href="/doctrine/ko"><span>Korean</span></a>
</li>
</ul>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions doctrine/es.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ <h1>La Doctrina Rails.</h1>
<li><a href="/doctrine/ru"><span>Russian</span></a></li>
<li><a href="/doctrine/zh_cn"><span>简体中文</span></a></li>
<li><a href="/doctrine/zh_tw"><span>繁體中文</span></a></li>
<li><a href="/doctrine/ko"><span>Korean</span></a></li>
</ul>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions doctrine/fr.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ <h1>La doctrine Rails.</h1>
<li><a href="/doctrine/ru"><span>Russian</span></a></li>
<li><a href="/doctrine/zh_cn"><span>简体中文</span></a></li>
<li><a href="/doctrine/zh_tw"><span>繁體中文</span></a></li>
<li><a href="/doctrine/ko"><span>Korean</span></a></li>
</ul>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions doctrine/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ <h1>The Rails Doctrine.</h1>
<li><a href="/doctrine/ru"><span>Russian</span></a></li>
<li><a href="/doctrine/zh_cn"><span>简体中文</span></a></li>
<li><a href="/doctrine/zh_tw"><span>繁體中文</span></a></li>
<li><a href="/doctrine/ko"><span>Korean</span></a></li>
</ul>
</div>
</div>
Expand Down
290 changes: 290 additions & 0 deletions doctrine/ko.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions doctrine/ru.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ <h1>Rails Соглашение</h1>
<li><a href="/doctrine/fr"><span>Français</span></a></li>
<li><a href="/doctrine/zh_cn"><span>简体中文</span></a></li>
<li><a href="/doctrine/zh_tw"><span>繁體中文</span></a></li>
<li><a href="/doctrine/ko"><span>Korean</span></a></li>
</ul>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions doctrine/zh_cn.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ <h1>Rails 信条</h1>
<li><a href="/doctrine/fr"><span>Français</span></a></li>
<li><a href="/doctrine/ru"><span>Russian</span></a></li>
<li><a href="/doctrine/zh_tw"><span>繁體中文</span></a></li>
<li><a href="/doctrine/ko"><span>Korean</span></a></li>
</ul>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions doctrine/zh_tw.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ <h1>Rails 基本主義</h1>
<li><a href="/doctrine/fr"><span>Français</span></a></li>
<li><a href="/doctrine/ru"><span>Russian</span></a></li>
<li><a href="/doctrine/zh_cn"><span>简体中文</span></a></li>
<li><a href="/doctrine/ko"><span>Korean</span></a></li>
</ul>
</div>
</div>
Expand Down