From 38919ae30048e3825f420cbbf02f415541e9c153 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 4 Dec 2016 18:11:34 +0100 Subject: [PATCH] New translations --- resources/lang/zh_TW/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/zh_TW/validation.php b/resources/lang/zh_TW/validation.php index dbf37d12b2..9334e9cfa3 100644 --- a/resources/lang/zh_TW/validation.php +++ b/resources/lang/zh_TW/validation.php @@ -85,4 +85,5 @@ return [ 'file' => 'The :attribute must be a file.', 'in_array' => 'The :attribute field does not exist in :other.', 'present' => 'The :attribute field must be present.', + 'amount_zero' => 'The total amount cannot be zero', ]; \ No newline at end of file