fix(i18n): correct website and extension copy

This commit is contained in:
Timo
2026-07-26 05:53:57 +02:00
parent 03710cec33
commit 750b47d32a
43 changed files with 1092 additions and 675 deletions
+1 -1
View File
@@ -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>