mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 07:06:41 +02:00
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:
parent
6bb8285349
commit
9a29a8e1ed
16 changed files with 198 additions and 64 deletions
|
|
@ -338,7 +338,6 @@
|
|||
items={languageItems}
|
||||
direction="down"
|
||||
label={currentLanguageLabel}
|
||||
icon="globe"
|
||||
/>
|
||||
{/if}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue