修复国际化文件中占位符%s少写了s的bug

This commit is contained in:
wangxin
2018-07-02 16:31:53 +08:00
parent 97fa274ba8
commit 4a80aae848
2 changed files with 2 additions and 2 deletions

View File

@@ -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===========

View File

@@ -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===========