I would like to change langage of auth views in french.
I went to this github repo and downloaded it : enter link description here
I copied the necessaries files into ressources/lang/fr :
and I changed the app.php like this :
'locale' => 'fr',
but my forms still in english...