Skip to content

Commit 539c3fb

Browse files
committed
Added korean translation
1 parent e56b34d commit 539c3fb

2 files changed

Lines changed: 310 additions & 4 deletions

File tree

_layouts/default.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@
8181
line-height: 1.2;
8282
content: "➤ ";
8383
}
84-
84+
8585
.li-list::before {
8686
color: blue;
87-
margin-right: 0.5em;
87+
margin-right: 0.5em;
8888
}
89-
89+
9090
.li-money {
9191
background-image: url('/img/money_bag.svg');
9292
}
@@ -124,7 +124,8 @@ <h1>{{ page.title }}</h1>
124124
<a href="/tr/">Türkçe</a> |
125125
<a href="/uk/">Українська</a> |
126126
<a href="/zh-CN/">简体中文</a> |
127-
<a href="/zh-TW/">正體中文</a>
127+
<a href="/zh-TW/">正體中文</a> |
128+
<a href="/ko/">한국어</a>
128129
</div>
129130
{{ content }}
130131
</div>

0 commit comments

Comments
 (0)