-
-
Notifications
You must be signed in to change notification settings - Fork 259
Email Localization for Notifications #2143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… translation keys
- Updated lang/fr/notifications.php with complete French translations for all email notifications - Created automated test script (test-email-localization.php) for quick testing - Created comprehensive testing guide (TESTING-EMAIL-LOCALIZATION.md) with manual verification steps - Created verification summary (VERIFICATION-SUMMARY.md) documenting code review and testing approach - Verified all notification classes implement locale() method correctly - Verified all notification classes use __() helper for translatable strings - Confirmed translation keys exist for all supported notifications in both English and French - Testing tools enable manual verification of locale switching functionality Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... ✏️ Tip: You can disable in-progress messages and the fortune message in your review settings. Tip CodeRabbit can generate a title for your PR based on the changes.Add Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Was curious what this would look like, yucky lol |
Implement multi-language email support for the Pelican Panel application, enabling emails to be sent in the recipient's preferred language. This feature was identified during code review of PR #2041 and addresses the need for internationalized email communications across all notification types (password resets, server notifications, account management, etc.). The implementation will leverage Laravel's existing localization infrastructure and extend it to the email notification system.