Italian Translation#530
Conversation
|
Thanks @MGatner fixed |
|
@virdb, thanks, For this you need to create a file in path <?php
declare(strict_types=1);
namespace Tests\Language;
/**
* @internal
*/
final class ItalianTranslationTest extends AbstractTranslationTestCase
{
}Then add the following option in file - // ItalianTranslationTest::class => 'it',
+ ItalianTranslationTest::class => 'it',
Do you need more explanation? |
|
Hi @datamweb, sorry I missed the request for this. BR |
|
Well, we have a few errors. |
|
Hi, I added the translations for those strings, but usually are used in the English form also in Italian. |
@virdb If that is the case, please edit your ItalianTranslationTest and add the exclusions list as an array: final class ItalianTranslationTest extends AbstractTranslationTestCase
{
protected array $excludedLocaleKeyTranslations = [
// keys here, like Auth.login
];
}
` |
Co-authored-by: Pooya Parsa Dadashi <pooya_parsa_dadashi@yahoo.com>
added excluded keys
datamweb
left a comment
There was a problem hiding this comment.
Thank you!
Chi la dura la vince.
|
PHPStan is still failing:
|
|
All tests passed. And waiting for the review. |
Added Italian translation.
Supersedes #529