We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b287add commit 7e6f660Copy full SHA for 7e6f660
tests/Language/GermanTranslationTest.php
@@ -18,4 +18,7 @@
18
*/
19
final class GermanTranslationTest extends AbstractTranslationTestCase
20
{
21
+ protected array $excludedLocaleKeyTranslations = [
22
+ 'Auth.token',
23
+ ];
24
}
0 commit comments