mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-27 11:07:07 +00:00
fix(i18n): correct website and extension copy
This commit is contained in:
@@ -334,7 +334,7 @@
|
||||
<svg class="theme-icon-moon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" width="18" height="18" aria-hidden="true"><path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"/></svg>
|
||||
</button>
|
||||
<div class="lang-select-container">
|
||||
<select class="lang-dropdown" aria-label="Select Language">
|
||||
<select class="lang-dropdown" aria-label="{{ARIA_SELECT_LANGUAGE}}">
|
||||
<option value="en" {{SELECTED_EN}}>🇬🇧 English</option>
|
||||
<option value="de" {{SELECTED_DE}}>🇩🇪 Deutsch</option>
|
||||
<option value="fr" {{SELECTED_FR}}>🇫🇷 Français</option>
|
||||
|
||||
Reference in New Issue
Block a user