Skip to content

Commit aa80a3b

Browse files
committed
feat: add localized message.
Signed-off-by: ytetsuro <phper.0o0@gmail.com>
1 parent ddbf6d3 commit aa80a3b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

system/Language/en/HTTP.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
// RedirectResponse
3333
'invalidRoute' => '{0, string} is not a valid route.',
3434

35+
// DownloadResponse
36+
'cannotSetBinary' => 'When setting filepath can not set binary.',
37+
'cannotSetFilepath' => 'When setting binary can not set filepath.',
38+
'notFoundDownloadSource' => 'Not found download body source.',
39+
'cannotSetCache' => 'It does not supported caching for downloading.',
40+
3541
// Response
3642
'missingResponseStatus' => 'HTTP Response is missing a status code',
3743
'invalidStatusCode' => '{0, string} is not a valid HTTP return status code',

0 commit comments

Comments
 (0)