Update DatabaseSeeder to include MediaSeeder and enhance 404 error page localization

- Added MediaSeeder to DatabaseSeeder for improved data seeding.
- Updated lang/tk.json to include a new translation for "Page not found".
- Refactored 404 error page to utilize localization for the title and home link.
This commit is contained in:
Mekan1206
2026-02-11 04:30:32 +05:00
parent e70ec773f9
commit 147e7b9516
4 changed files with 70 additions and 12 deletions

View File

@@ -397,5 +397,6 @@
"Inventory exit": "Çykyş",
"Total count": "Jemi sany",
"Verification code is incorrect": "Tassyklaýyş belgi ýalňyş",
"User with this phone number does not exist": "GIrizilen telefon belgili ulanyjy tapylmady"
"User with this phone number does not exist": "GIrizilen telefon belgili ulanyjy tapylmady",
"Page not found": "Sahypa tapylmady"
}