feat: remove language switcher component rendering to default solely to pt-BR
This commit is contained in:
@@ -19,7 +19,6 @@ import { cn } from '@/lib/utils';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import { ThemeProvider } from '@/lib/theme';
|
||||
import { useI18n } from './store/i18nStore';
|
||||
import LanguageSwitcher from './components/LanguageSwitcher';
|
||||
import { GlobalWindSettingsModal } from './components/GlobalWindSettingsModal';
|
||||
|
||||
// Ícones Customizados de Engenharia Premium
|
||||
@@ -129,7 +128,6 @@ function AppLayout({ children }: { children: React.ReactNode }) {
|
||||
</nav>
|
||||
<div className="border-t p-2 flex flex-col gap-2 items-center justify-center">
|
||||
<GlobalWindSettingsModal />
|
||||
<LanguageSwitcher />
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
@@ -138,7 +136,6 @@ function AppLayout({ children }: { children: React.ReactNode }) {
|
||||
<span className="font-bold text-primary tracking-tight">{t('app_title')}</span>
|
||||
<div className="flex items-center gap-2">
|
||||
<GlobalWindSettingsModal />
|
||||
<LanguageSwitcher />
|
||||
</div>
|
||||
</header>
|
||||
<div className="flex-1 overflow-auto">{children}</div>
|
||||
|
||||
Reference in New Issue
Block a user