refactor: update localization files
Note: This commit removes previous translations, which means the app will now be untranslated. Reasons for this include low translation quality, and the lack of a good quality assurance process in place.
This commit is contained in:
12
lang/en/adminlte::adminlte.php
Normal file
12
lang/en/adminlte::adminlte.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'email' => '',
|
||||
'password' => '',
|
||||
'retype_password' => '',
|
||||
'verify_check_your_email' => '',
|
||||
'verify_email_sent' => '',
|
||||
'verify_if_not_recieved' => '',
|
||||
'verify_message' => '',
|
||||
'verify_request_another' => '',
|
||||
];
|
Reference in New Issue
Block a user