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' => 'Управление решениями',
|
||||
'Success Section' => 'Раздел «Успех»',
|
||||
'Settings' => 'Настройки',
|
||||
];
|
||||
'|' => '|',
|
||||
'Gujurly Inžener logo' => 'Логотип Gujurly Inžener',
|
||||
'Comments' => 'Комментарии',
|
||||
'No comments yet' => 'Пока нет комментариев',
|
||||
'Post Comment' => 'Оставить комментарий',
|
||||
'Required fields are marked' => 'Обязательные поля отмечены',
|
||||
'Full Name' => 'Полное имя',
|
||||
'Title' => 'Заголовок',
|
||||
'Type your comments....' => 'Введите ваши комментарии....',
|
||||
'Submit Comment' => 'Отправить комментарий',
|
||||
'Recent Blog' => 'Последние новости блога',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user