add decimal translation

This commit is contained in:
Taylor Otwell 2022-12-19 11:35:07 -06:00
parent 52b741c79b
commit 39f4830e92
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
'date' => 'The :attribute is not a valid date.',
'date_equals' => 'The :attribute must be a date equal to :date.',
'date_format' => 'The :attribute does not match the format :format.',
'decimal' => 'The :attribute must have :decimal decimal places.',
'declined' => 'The :attribute must be declined.',
'declined_if' => 'The :attribute must be declined when :other is :value.',
'different' => 'The :attribute and :other must be different.',