Implement language switcher functionality and enhance localization support: add available locales configuration, update SetLocale middleware to handle language selection via query parameters, and integrate language switcher buttons in the settings layout. Additionally, update various views to utilize translation functions for improved internationalization, ensuring consistent language support across the application.

This commit is contained in:
2025-07-29 17:04:13 +05:00
parent 0b6cbc8d9e
commit 1a3f82b22c
10 changed files with 87 additions and 16 deletions

View File

@@ -37,4 +37,15 @@ return [
'Manage Solutions' => 'Manage Solutions',
'Success Section' => 'Success Section',
'Settings' => 'Settings',
];
'|' => '|',
'Gujurly Inžener logo' => 'Gujurly Inžener logo',
'Comments' => 'Comments',
'No comments yet' => 'No comments yet',
'Post Comment' => 'Post Comment',
'Required fields are marked' => 'Required fields are marked',
'Full Name' => 'Full Name',
'Title' => 'Title',
'Type your comments....' => 'Type your comments....',
'Submit Comment' => 'Submit Comment',
'Recent Blog' => 'Recent Blog',
];