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

en.json appears to have unused items or they might be part of a package

madman-81 opened this issue · comments

  • Laravel-Lang Version: Master
  • PHP Version: n/a

Description:

en.json has a few lines that I can't find in laravel/framework:

"The :attribute must contain at least one letter.",
"The :attribute must contain at least one number.",
"The :attribute must contain at least one symbol.",
"The :attribute must contain at least one uppercase and one lowercase letter.",
"The given :attribute has appeared in a data leak. Please choose a different :attribute.",

They have been added with commit 7e54ef7

Are they really from the framework itself or from a package?