Skip to content

Commit 28cba2c

Browse files
committed
Add language switch to material itself.
1 parent 9dbbe9f commit 28cba2c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source/_templates/relations.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,17 @@
1414
</a>
1515
</li>
1616
{%- endif %}
17+
<li class="dropdown">
18+
<a role="button"
19+
data-toggle="dropdown"
20+
data-target="#"
21+
href="#">{{ _('Languages') }} <b class="caret"></b></a>
22+
<ul class="dropdown-menu"
23+
role="menu">
24+
<li><a href="../en/index.html">English</a></li>
25+
<li><a href="../de/index.html">Deutsch (German)</a></li>
26+
<li><a href="../es_CL/index.html">Español (Spanish)</a></li>
27+
<li><a href="../ru/index.html">русский (Russian)</a></li>
28+
<li><a href="../ko/index.html">한국인 (Korean)</a></li>
29+
</ul>
30+
</li>

0 commit comments

Comments
 (0)