lang: [it] Added the remaining translations for the Italian language#1282
lang: [it] Added the remaining translations for the Italian language#1282datamweb merged 3 commits intocodeigniter4:developfrom
Conversation
So, please update the test using final class ItalianTranslationTest extends AbstractTranslationTestCase
{
protected array $excludedLocaleKeyTranslations = [
'Auth.password',
'Auth.login',
];
} |
As asked in this comment: codeigniter4#1282 (comment) I Added "Auth.token" to the "ItalianTranslationTest" class. Just like in the "CzechTranslationTest" class I removed "Auth.password" and "Auth.login" from the "$excludedLocaleKeyTranslations" array
|
@datamweb I did it. |
…caleKeyTranslations array
|
Ok, I made a stupid mistake, I added |
|
@Franky5831 We had a difference of opinion regarding a security report in the CI4 framework, which caused a bit of a delay. Fortunately, after follow-ups and clarification with the team, the issue has been resolved. Thanks again for taking the time to submit the PR — we truly appreciate your contribution. 🙏 |
Description
I added the remaining translations for the Italian language.
I noticed some translations were missing, I translated all the remaining strings (I am Italian).
I took some light liberties on the following translations:
Please let me know if you prefer a more more literal translation.
Checklist: