Skip to content

Commit 1d3591c

Browse files
committed
lang: added again "Auth.password" and "Auth.login" to the $excludedLocaleKeyTranslations array
1 parent 4c4b124 commit 1d3591c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Language/ItalianTranslationTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ final class ItalianTranslationTest extends AbstractTranslationTestCase
2020
{
2121
protected array $excludedLocaleKeyTranslations = [
2222
'Auth.token',
23+
'Auth.password',
24+
'Auth.login',
2325
];
2426
}

0 commit comments

Comments
 (0)