add: rating page locale

This commit is contained in:
Mahyar Khanbolooki
2025-07-27 17:42:26 +03:30
parent 25e1df75e4
commit b9ee1a892e
3 changed files with 59 additions and 48 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export const metadata: Metadata = {
description: 'Webapp dashboard',
}
const i18nNamespaces = ['common', 'menu', 'orders', 'auth'];
const i18nNamespaces = ['common', 'menu', 'orders', 'auth', "rating"];
export default async function RootLayout({
children,