-
Notifications
You must be signed in to change notification settings - Fork 137
Spanish (Spain) translation #357
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
Conversation
Hey @treborin , |
@datamweb . Done! |
@@ -49,7 +49,7 @@ abstract class AbstractTranslationTestCase extends TestCase | |||
// BosnianTranslationTest::class => 'bs', | |||
// CzechTranslationTest::class => 'cs', | |||
GermanTranslationTest::class => 'de', | |||
// SpanishTranslationTest::class => 'es', | |||
SpanishTranslationTest::class => 'es', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the coding style. just run :
composer cs-fix
It looks like you are using GitHub UI to post this PR. |
Fixing coding style
Fixing coding style
@treborin run |
@kenjis , cmposer update, ok. But here is composer cs-fix: @datamweb, i fixed coding style by hand. I saw inside unsuccessfuls checks thay te problem was the file text format, that need to be ansii. And i fixed it by hand, line by line. |
Yes, I got it. |
The php vendor/bin/php-cs-fixer fix --ansi |
I don't know what is happening with those action failures. The tests all pass but a PHP error occurs when it tries to gather coverage. I believe it is unrelated to this PR. |
I try with a new PR |
@MGatner The PHPUnit error is related to this PR. |
No description provided.