fix(i18n): NL auch in HTML-Sprach-Optionslisten (index.html)
Das Sprach-Dropdown (lang-sel) und die Profil-Sprachauswahl (words-lang) rendern aus hartcodierten <option>-Elementen in index.html, nicht aus der ALL_LANGS-Konstante in app.js. NL fehlte in beiden Listen, deshalb tauchte es nach Hard-Reload nicht im Menü auf (PT schon, weil es dort schon drin war). Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
3d3973dc16
commit
71cb6bdd7f
1 changed files with 2 additions and 0 deletions
|
|
@ -162,6 +162,7 @@
|
|||
<option value="fr">Französisch (fr)</option>
|
||||
<option value="es">Spanisch (es)</option>
|
||||
<option value="it">Italienisch (it)</option>
|
||||
<option value="nl">Niederländisch (nl)</option>
|
||||
<option value="pt">Portugiesisch (pt)</option>
|
||||
<option value="pl">Polnisch (pl)</option>
|
||||
<option value="ar">Arabisch (ar)</option>
|
||||
|
|
@ -237,6 +238,7 @@
|
|||
<option value="fr">🇫🇷 FR</option>
|
||||
<option value="es">🇪🇸 ES</option>
|
||||
<option value="it">🇮🇹 IT</option>
|
||||
<option value="nl">🇳🇱 NL</option>
|
||||
<option value="pt">🇧🇷 PT</option>
|
||||
<option value="pl">🇵🇱 PL</option>
|
||||
<option value="ar">🇸🇦 AR</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue