mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-18 19:25:01 +00:00
add cache for languages, make function to laravel translate
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
return [
|
||||
'app_description' => 'Your self-hosted storage cloud software powered by Laravel and Vue',
|
||||
'user_not_fount' => 'We can\'t find a user with that e-mail address.',
|
||||
'incorrect_password' => 'Sorry, your password is incorrect.',
|
||||
'user_not_fount' => _t('user_not_fount'),
|
||||
'incorrect_password' => _t('incorrect_password'),
|
||||
'time' => '%d. %B. %Y at %H:%M',
|
||||
'home' => 'Home',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user