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 d3b8bb8 commit 2ac8ce7Copy full SHA for 2ac8ce7
tests/Language/AbstractTranslationTestCase.php
@@ -68,7 +68,7 @@ abstract class AbstractTranslationTestCase extends TestCase
68
// PolishTranslationTest::class => 'pl',
69
PortugueseTranslationTest::class => 'pt',
70
BrazilianTranslationTest::class => 'pt-BR',
71
- // RussianTranslationTest::class => 'ru',
+ RussianTranslationTest::class => 'ru',
72
// SinhalaTranslationTest::class => 'si',
73
SlovakTranslationTest::class => 'sk',
74
SerbianTranslationTest::class => 'sr',
0 commit comments