From 6249936ffa40d6b5d65c594ff1c828dee8f1f505 Mon Sep 17 00:00:00 2001 From: Marcos Date: Fri, 10 Jul 2026 15:12:54 +0000 Subject: [PATCH] feat: remove language switcher component rendering to default solely to pt-BR --- app/src/App.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/src/App.tsx b/app/src/App.tsx index 579f53d..53c82f6 100644 --- a/app/src/App.tsx +++ b/app/src/App.tsx @@ -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 }) {
-
@@ -138,7 +136,6 @@ function AppLayout({ children }: { children: React.ReactNode }) { {t('app_title')}
-
{children}