We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e03af5 commit 3be8a16Copy full SHA for 3be8a16
Rakefile
@@ -9,7 +9,7 @@ task :unpublish do
9
end
10
11
12
-LANGS = %w[de en es fr it nl pt-br ru sv]
+LANGS = %w[de en es fr it ko nl pt-br ru sv]
13
14
desc "setup all branches"
15
task :setup do
_layouts/default.html
@@ -77,6 +77,7 @@ <h3 id="blue">resources</h3>
77
<a href="http://fr.gitready.com">french</a> |
78
<a href="http://de.gitready.com">german</a> |
79
<a href="http://it.gitready.com">italian</a> |
80
+ <a href="http://ko.gitready.com">korean</a> |
81
<a href="http://es.gitready.com">spanish</a> |
82
<a href="http://sv.gitready.com">swedish</a> |
83
<a href="http://ru.gitready.com">russian</a> |
0 commit comments