Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(lang): add Slovak translate #235

Merged
merged 3 commits into from
Jun 12, 2022
Merged

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 <admin@codeigniter.com>
 *
 * 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