Skip to content

Commit 65e36a2

Browse files
authored
Merge pull request #79 from AlphaKR93/i18n-ko
Added Korean translation
2 parents e56b34d + 16eb828 commit 65e36a2

File tree

2 files changed

+311
-4
lines changed

2 files changed

+311
-4
lines changed

_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)