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:
2025-11-29 12:03:28 +09:00
parent cdf0bf4bad
commit 9bb2ff8ccc
12 changed files with 202 additions and 26 deletions

View File

@@ -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>