codeigniter4 / translations

System message translations for CodeIgniter4
https://codeigniter4.github.io/translations/
MIT License
197 stars 206 forks source link

[de] Add missing messages #454

Closed sba closed 4 months ago

sba commented 4 months ago

@kenjis what is still wrong? I added all 4 messages in the 3 files, according to the test error messages of my first commit. All in one commit.

kenjis commented 4 months ago
There were 2 failures:

1) Translations\Tests\GermanTranslationTest::testAllConfiguredLanguageKeysAreIncluded with data set "de" ('de')
Failed asserting that the language keys "HTTP.invalidJSON", "HTTP.unsupportedJSONFormat" in the main repository are included for translation in "de" locale.
Failed asserting that an array is empty.

/home/runner/work/translations/translations/tests/Language/AbstractTranslationTestCase.php:168

2) Translations\Tests\GermanTranslationTest::testAllIncludedLanguageKeysAreTranslated with data set "de" ('de')
Failed asserting that the translated language key "CLI.generator.className.test" in "de" locale differs from the original keys in the main repository.
Failed asserting that an array is empty.

/home/runner/work/translations/translations/tests/Language/AbstractTranslationTestCase.php:256

https://github.com/codeigniter4/translations/actions/runs/9445903061/job/26014436933?pr=454