修复国际化文件中占位符%s少写了s的bug
This commit is contained in:
@@ -712,7 +712,7 @@ line=line %s
|
|||||||
can_not_null=%s must not be null
|
can_not_null=%s must not be null
|
||||||
is_incorrect=%s is incorrect
|
is_incorrect=%s is incorrect
|
||||||
are_the_same=%s and %s are the same
|
are_the_same=%s and %s are the same
|
||||||
is_in_wrong_format=% is in wrong format
|
is_in_wrong_format=%s is in wrong format
|
||||||
must_between=must between %s and %s
|
must_between=must between %s and %s
|
||||||
not_number=%s is not a number
|
not_number=%s is not a number
|
||||||
#=============some validation===========
|
#=============some validation===========
|
||||||
@@ -696,7 +696,7 @@ line=line %s
|
|||||||
can_not_null=%s must not be null
|
can_not_null=%s must not be null
|
||||||
is_incorrect=%s is incorrect
|
is_incorrect=%s is incorrect
|
||||||
are_the_same=%s and %s are the same
|
are_the_same=%s and %s are the same
|
||||||
is_in_wrong_format=% is in wrong format
|
is_in_wrong_format=%s is in wrong format
|
||||||
must_between=must between %s and %s
|
must_between=must between %s and %s
|
||||||
not_number=%s is not a number
|
not_number=%s is not a number
|
||||||
#=============some validation===========
|
#=============some validation===========
|
||||||
Reference in New Issue
Block a user