mirror of
https://github.com/flarum/core.git
synced 2025-08-09 09:57:06 +02:00
Add "required_unless" lang line
This commit is contained in:
@@ -43,6 +43,7 @@ validation:
|
||||
regex: "The :attribute format is invalid."
|
||||
required: "The :attribute field is required."
|
||||
required_if: "The :attribute field is required when :other is :value."
|
||||
required_unless: "The :attribute field is required unless :other is in :values."
|
||||
required_with: "The :attribute field is required when :values is present."
|
||||
required_with_all: "The :attribute field is required when :values is present."
|
||||
required_without: "The :attribute field is required when :values is not present."
|
||||
|
Reference in New Issue
Block a user