Skip to content

Commit 0e248df

Browse files
committed
Adding German to language selection
1 parent d90c867 commit 0e248df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/templates/layouts/header/languageSelection/languageSelection.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<select class="form-control language-selection">
44
<option value="en">English</option>
55
<option value="fi">Finnish</option>
6+
<option value="de">German</option>
67
<option value="ru">Russian</option>
78
</select>
89
</ul>

0 commit comments

Comments
 (0)