language switch functionality added
This commit is contained in:
4
public/components/language-switcher.html
Normal file
4
public/components/language-switcher.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="language-switcher">
|
||||
<button class="lang-btn" data-lang="de">DE</button>
|
||||
<button class="lang-btn" data-lang="en">EN</button>
|
||||
</div>
|
||||
Reference in New Issue
Block a user