Skip to content

Commit 4fd39ca

Browse files
committed
reverted to commonly used forms
added excluded keys
1 parent dcce40e commit 4fd39ca

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/Language/it/Auth.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
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
@@ -36,7 +36,7 @@
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?',

tests/Language/ItalianTranslationTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@
99
*/
1010
final class ItalianTranslationTest extends AbstractTranslationTestCase
1111
{
12+
protected array $excludedLocaleKeyTranslations = [
13+
'Auth.password',
14+
'Auth.login',
15+
];
1216
}

0 commit comments

Comments
 (0)