feat: Add i18n support for profile page
- Add profile section translations to all 8 language files - Update profile/edit.blade.php header - Update update-profile-information-form.blade.php - Update update-password-form.blade.php - Update delete-user-form.blade.php Translated sections: - Profile information form - Password update form - Account deletion form
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
<h2 class="font-semibold text-xl text-gray-800 leading-tight">
|
||||
{{ __('Profile') }}
|
||||
{{ __('messages.profile.title') }}
|
||||
</h2>
|
||||
</x-slot>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user