chore(i18n): 🔧 Update LanguageSwitcher.tsx to enhance language selection UI with new locale options and improved accessibility

This commit is contained in:
Lilith 2026-01-21 12:10:02 -08:00
parent 8c11f9a8ed
commit 68cb5feddf

View file

@ -12,7 +12,7 @@
import { useState, useRef, useEffect, useCallback } from 'react';
import { useTranslation } from 'react-i18next';
import { ZINDEX_LAYERS } from '@lilith/zname';
import { ZINDEX_LAYERS } from '@lilith/ui-zname';
import {
SUPPORTED_LANGUAGES,
type LanguageInfo,