Skip to content

Conversation

@jozefrebjak
Copy link
Contributor

No description provided.

@datamweb
Copy link
Collaborator

datamweb commented Jun 12, 2022

Ahoj @jozefrebjak,

Please uncomment :

// SlovakTranslationTest::class => 'sk',

and run composer cs-fix

Also create file SlovakTranslationTest.php in path tests/Language.

<?php

namespace Tests\Language;

/**
 * @internal
 */
final class SlovakTranslationTest extends AbstractTranslationTestCase
{
}

Vďaka.

@jozefrebjak
Copy link
Contributor Author

jozefrebjak commented Jun 12, 2022

Ahoj @jozefrebjak,

Please uncomment :

// SlovakTranslationTest::class => 'sk',

Also create file SlovakTranslationTest.php in path tests/Language.

<?php

/**
 * This file is part of CodeIgniter 4 framework.
 *
 * (c) CodeIgniter Foundation <[email protected]>
 *
 * For the full copyright and license information, please view
 * the LICENSE file that was distributed with this source code.
 */

namespace Tests\Language;

/**
 * @internal
 */
final class SlovakTranslationTest extends AbstractTranslationTestCase
{
}

Vďaka.

@datamweb Done.

Copy link
Member

@MGatner MGatner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beautiful!

Krásny!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lang Languages file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants