add: chat page locale and messaging functionality

This commit is contained in:
Mahyar Khanbolooki
2025-07-27 18:15:26 +03:30
parent 83cbe43d0e
commit ffc95cc007
3 changed files with 93 additions and 85 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export const metadata: Metadata = {
description: 'Webapp dashboard',
}
const i18nNamespaces = ['common', 'menu', 'orders', 'auth', "rating"];
const i18nNamespaces = ['common', 'menu', 'orders', 'auth', "rating", "chat"];
export default async function RootLayout({
children,