kenjis
kenjis
There are missing translations. "CLI.generator.className.test", "Validation.field_exists". Also we cannot merge commits without signing. If you can't sign old commits, please create a new PR. 1) Translations\Tests\GalicianTranslationTest::testAllConfiguredLanguageKeysAreIncluded with data set "gl"...
Please fix the following errors: ```diff There were 4 failures: 1) Translations\Tests\DutchTranslationTest::testAllConfiguredLanguageKeysAreIncluded with data set "nl" ('nl') Failed asserting that the language keys "Core.enabledZlibOutputCompression", "Files.expectedDirectory", "Files.expectedFile", "Images.webpNotSupported", "Router.invalidControllerName", "Router.invalidDynamicController", "Session.invalidSameSiteSetting",...
If you don't translate intentionally, set `excludedLocaleKeyTranslations`: https://github.com/codeigniter4/translations/blob/78af662a0a304b7f628c088e73ddf61f18783880/tests/Language/JapaneseTranslationTest.php#L21-L28
@christianberkman Yes. You must set all keys that do not differ from the English value even if translated in `$this->excludedLocaleKeyTranslations` in your language test file.
This package does not require any PHP extentions. See https://github.com/kenjis/ci3-to-4-upgrade-helper/blob/e8cde5c3230957cfef3b9e9b7e7e759b725f29dc/composer.json#L23-L27 If you cannot install this via composer, it seems you don't have PHP extensions that CI4 requires. If so, you...
Added https://github.com/codeigniter4/CodeIgniter4/pull/7966
``` Run composer update --ansi Loading composer repositories with package information Error: Could not authenticate against github.com In AuthHelper.php line 132: Could not authenticate against github.com update [--with WITH] [--prefer-source]...
See https://github.com/codeigniter4/translations/actions/runs/7092930311/job/19306121136?pr=417 Three "Automatic Review on Code" failed. But "Automatic Review on License" passed. What's the difference?
``` Run composer update --ansi Loading composer repositories with package information Error: Could not authenticate against github.com In AuthHelper.php line 132: Could not authenticate against github.com update [--with WITH] [--prefer-source]...
Every time we get the same error. > Might just need to set the key in repo secrets. What key do we set?