Skip to content

Commit 78e1e7e

Browse files
committed
Initial Spanish translation.
1 parent 4517511 commit 78e1e7e

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

Code With Mu.png

-117 KB
Binary file not shown.

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ source "https://rubygems.org"
33
gem "jekyll", "~> 3.9.0"
44
gem "jekyll-sitemap"
55
gem "jekyll-redirect-from"
6+
gem "kramdown-parser-gfm"

Gemfile.lock

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ GEM
3737
listen (~> 3.0)
3838
kramdown (2.3.0)
3939
rexml
40+
kramdown-parser-gfm (1.1.0)
41+
kramdown (~> 2.0)
4042
liquid (4.0.3)
4143
listen (3.4.1)
4244
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -64,6 +66,7 @@ DEPENDENCIES
6466
jekyll (~> 3.9.0)
6567
jekyll-redirect-from
6668
jekyll-sitemap
69+
kramdown-parser-gfm
6770

6871
BUNDLED WITH
6972
2.2.9

_includes/lang_list.html

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
<li><a href="/en/">English</a></li>
2+
<li><a href="/es/">Español</a></li>

0 commit comments

Comments
 (0)