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' => 'Çözgütleri dolandyrmak',
'Success Section' => 'Üstünlik bölümi',
'Settings' => 'Sazlamalar',
];
'|' => '|',
'Gujurly Inžener logo' => 'Gujurly Inžener logotipi',
'Comments' => 'Teswirler',
'No comments yet' => 'Heniz teswir ýok',
'Post Comment' => 'Teswir goşmak',
'Required fields are marked' => 'Hökmany meýdançalar bellik edilen',
'Full Name' => 'Doly ady',
'Title' => 'Ady',
'Type your comments....' => 'Teswirleriňizi ýazyň....',
'Submit Comment' => 'Teswir ibermek',
'Recent Blog' => 'Soňky bloglar',
];