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:
@@ -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',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user