Commit Graph

24 Commits

Author SHA1 Message Date
Taylor Otwell
39f4830e92 add decimal translation 2022-12-19 11:35:07 -06:00
Noboru Shiroiwa
d412d5bae8 Add ulid and ascii validation message (#6046) 2022-12-12 08:51:57 -06:00
Farid Aghili
21964ec81f validation rules sorting consistency (#6031) 2022-11-14 16:18:18 +01:00
Michael Nabil
69e2cce9cb Update validation.php (#6029) 2022-11-14 07:15:20 -06:00
Tim MacDonald
3762b41729 Adds lowercase validation rule translation (#6028)
* Adds lowercase validation rule translation

* Update validation.php

Co-authored-by: Dries Vints <dries@vints.io>
2022-11-09 08:55:21 -06:00
Luis Parrado
1bec4f82cf Validation added required_if_accepted (#5987)
Added translation for new validation [`required_if_accepted`](https://github.com/laravel/framework/pull/44035) rule
2022-09-15 08:15:04 -05:00
Dan Harrin
d18332bdef [9.x] feature: max_digits and min_digits validation translations (#5975)
* feature: `max_digits` and `min_digits` validation translations

* Update validation.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2022-08-22 08:26:36 -05:00
kichetof
74dfb6cec4 Validation added doesnt_end_with translation (#5962)
* Validation added doesnt_end_with translation

* fix order
2022-08-03 08:42:10 -05:00
Farid Aghili
3d7b0778d6 Sorting (#5899)
Sort Alphabetically for newly added `doesnt_start_with`.
2022-06-07 11:15:24 -05:00
Taylor Otwell
b084aacc5a add language line 2022-06-07 10:03:19 -05:00
Andréas Lundgren
52e99847d0 Fix alphabetical order for password rules (#5872) 2022-04-28 08:08:50 -05:00
Taylor Otwell
db0d052ece move password lines into main translation file 2022-04-20 09:17:01 -05:00
Mateusz Nastalski
c532e14680 Remove "password" validation key (#5856) 2022-03-28 08:50:02 -05:00
Shuvro Roy
5eef672a6a [9.x] Fix lang alphabetical order (#5812)
* Fix lang alphabetical order

* Update pagination.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2022-02-14 11:20:49 -06:00
Dries Vints
71efaae0a5 Merge branch '8.x' 2022-02-08 13:28:17 +01:00
Dries Vints
2b7464fad4 Merge branch '8.x'
# Conflicts:
#	CHANGELOG.md
#	composer.json
2021-12-22 11:09:09 +01:00
Dries Vints
fcb4d9df1a Merge branch '8.x'
# Conflicts:
#	CHANGELOG.md
2021-11-23 18:31:32 +01:00
Dries Vints
21c3ef96f4 Merge branch '8.x'
# Conflicts:
#	CHANGELOG.md
2021-11-16 17:50:11 +01:00
Taylor Otwell
1117ebd8aa added password translation rules 2021-10-14 14:45:08 -05:00
Taylor Otwell
7156a27cdb move lang directory 2021-10-02 11:19:50 -05:00
Taylor Otwell
532297c109 Work on default project structure. 2014-12-08 09:31:31 -06:00
Taylor Otwell
0f88129356 Get rid of resources directory. Unnecessary. 2014-12-05 16:35:05 -06:00
Taylor Otwell
59289aff68 Tweak where views and lang files are located. 2014-08-20 20:41:24 -05:00
Taylor Otwell
9aae50e501 Working on the default app structure. 2014-08-18 22:46:16 -05:00