- Created English language files for authentication, pagination, passwords, and validation with default messages. - Added Indonesian language files for authentication, pagination, passwords, and validation with translated messages. - Included necessary comments for clarity and customization in language files.
9 lines
121 B
PHP
9 lines
121 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'next' => 'Berikutnya »',
|
|
'previous' => '« Sebelumnya',
|
|
];
|