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' => 'Управление решениями',
'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' => 'Последние новости блога',
];