add: SideMenu & BottomNavbar locales

This commit is contained in:
Mahyar Khanbolooki
2025-07-24 15:16:54 +03:30
parent 1b3fac2f43
commit 6551b466ad
4 changed files with 78 additions and 26 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export const metadata: Metadata = {
description: 'Webapp dashboard'
}
const i18nNamespaces = ['auth'];
const i18nNamespaces = ['auth', 'common'];
export default async function RootLayout({
children,