feat: update NotFound and contact components for improved internationalization support

This commit is contained in:
2025-06-07 16:36:59 +03:30
parent 92df4d0121
commit 2ae57940f0
4 changed files with 41 additions and 44 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ const routeFactory: RouteFactory = (t, locale) => ({
},
contact: {
title: t('pages_contact_title'),
route: () => `/${locale}/contact`,
route: () => `/${locale}/contact-us`,
},
});