Improve support for use of i18next; rely on browser caching to keep things simple
This commit is contained in:
parent
8e02966935
commit
986c375052
9 changed files with 152 additions and 75 deletions
|
@ -8,6 +8,8 @@
|
|||
*/
|
||||
return [
|
||||
'auth' => [
|
||||
'fail' => 'Failed login attempt',
|
||||
'success' => 'Successfully logged in',
|
||||
'password-reset' => 'Reset account password',
|
||||
'reset-password' => 'Sending password reset email',
|
||||
'checkpoint' => 'Prompting for second factor authentication',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue