Browse Source

changed position of kr select option

hareha 4 years ago
parent
commit
0446fe9937
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/index.html

+ 1 - 1
docs/index.html

@@ -32,8 +32,8 @@
 					<select id="language">
 						<option value="en">en</option>
 						<option value="ar">ar</option>
-						<option value="zh">中文</option>
 						<option value="kr">한국어</option>
+						<option value="zh">中文</option>
 					</select>
 				</div>
 				<div id="content"></div>