mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-19 15:37:19 -05:00
Add german language to dropdown
This commit is contained in:
parent
d46469c5e1
commit
3eec434b07
|
|
@ -39,6 +39,12 @@
|
|||
<div class="item"><span class="lang">🇺🇸</span><span class="locale-names">English</span></div>
|
||||
</label>
|
||||
</div>
|
||||
<div class="option">
|
||||
<input type="radio" class="radio" id="de-DE" name="category" />
|
||||
<label for="de-DE">
|
||||
<div class="item"><span class="lang">🇩🇪</span><span class="locale-names">Deutsch</span></div>
|
||||
</label>
|
||||
</div>
|
||||
<div class="option">
|
||||
<input type="radio" class="radio" id="es-ES" name="category" />
|
||||
<label for="es-ES">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user