add cache for languages, make function to laravel translate

This commit is contained in:
Milos Holba
2021-03-19 19:58:13 +01:00
parent ba7d6be249
commit 2e9112d110
10 changed files with 121 additions and 582 deletions
+2 -2
View File
@@ -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',