Laravel-Lang / lang

List of 126 languages for Laravel Framework, Laravel Jetstream, Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova, Laravel Spark and Laravel UI.

Home Page:https://laravel-lang.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The error message contains english text

ghostlexly opened this issue · comments

Environment

  • Laravel-Lang Version: 12.0
  • Laravel Version: 9
  • PHP Version: 8.1

Issue description

On the "message" attribute, we still have an English not translated text.

{
    "message": "Le champ adresse e-mail est obligatoire. (and 1 more error)",
    "errors": {
        "email": [
            "Le champ adresse e-mail est obligatoire."
        ],
        "password": [
            "Le champ mot de passe est obligatoire."
        ]
    }
}

Steps to reproduce

  • Install Laravel-Lang/lang
  • add the french language
php artisan lang:add fr
  • send an api request with multiple validations constraints.

@ghostlexly, it really is. We have not translated all the phrases yet.

You can see the current status of the translation here.

@ghostlexly, you can run the composer update command.