File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2222
2323 'email ' => 'Indirizzo Email ' ,
2424 'username ' => 'Nome Utente ' ,
25- 'password ' => 'Parola d \' ordine ' ,
26- 'passwordConfirm ' => 'Parola d \' ordine (ancora) ' ,
25+ 'password ' => 'Password ' ,
26+ 'passwordConfirm ' => 'Password (ancora) ' ,
2727 'haveAccount ' => 'Hai già un account? ' ,
2828
2929 // Buttons
3636 'registerSuccess ' => 'Benvenuto a bordo! ' ,
3737
3838 // Login
39- 'login ' => 'Accesso ' ,
39+ 'login ' => 'Login ' ,
4040 'needAccount ' => 'Hai bisogno di un account? ' ,
4141 'rememberMe ' => 'Ricordami? ' ,
4242 'forgotPassword ' => 'Password dimenticata? ' ,
Original file line number Diff line number Diff line change 99 */
1010final class ItalianTranslationTest extends AbstractTranslationTestCase
1111{
12+ protected array $ excludedLocaleKeyTranslations = [
13+ 'Auth.password ' ,
14+ 'Auth.login ' ,
15+ ];
1216}
You can’t perform that action at this time.
0 commit comments