-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
- Laravel-Lang Version: 10.0.1
- PHP Version: 8.0.3
Description:
Using the translations in a new project I was able to observe that some translations that were already correct have been lost.
Some of them are:
- Reset Password Notification
- You are receiving this email because we received a password reset request for your account.
- If you did not request a password reset, no further action is required.
- All rights reserved.
The above translations were present in the version 9.1.2 in source/en.json
Everything seems to indicate that they are the translations wrapped in Lang::get('...')
and @lang
directive that I referred to in this comment
Steps To Reproduce:
- Install a new laravel project with a starter kit
- Set some language
- Send a reset password email
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working