feat: improve language switcher integration across all web apps

- Add language selector to PillNavigation in all apps
- Update LanguageSelector components to use shared-i18n utils
- Simplify AppSlider components
- Add getLanguageDropdownItems and getCurrentLanguageLabel utils

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Till-JS 2025-11-30 00:46:13 +01:00
parent 6bb8285349
commit 9a29a8e1ed
16 changed files with 198 additions and 64 deletions

View file

@ -338,7 +338,6 @@
items={languageItems}
direction="down"
label={currentLanguageLabel}
icon="globe"
/>
{/if}