Skip to content

Commit 3be8a16

Browse files
committed
add korean subdomain
1 parent 2e03af5 commit 3be8a16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ task :unpublish do
99
end
1010
end
1111

12-
LANGS = %w[de en es fr it nl pt-br ru sv]
12+
LANGS = %w[de en es fr it ko nl pt-br ru sv]
1313

1414
desc "setup all branches"
1515
task :setup do

_layouts/default.html

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ <h3 id="blue">resources</h3>
7777
<a href="http://fr.gitready.com">french</a> |
7878
<a href="http://de.gitready.com">german</a> |
7979
<a href="http://it.gitready.com">italian</a> |
80+
<a href="http://ko.gitready.com">korean</a> |
8081
<a href="http://es.gitready.com">spanish</a> |
8182
<a href="http://sv.gitready.com">swedish</a> |
8283
<a href="http://ru.gitready.com">russian</a> |

0 commit comments

Comments
 (0)