revert, this one actually was correct

This commit is contained in:
El RIDO 2022-10-25 06:58:42 +02:00
parent 510103fd9f
commit 5b3d61cedc
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

View File

@ -189,7 +189,7 @@ class I18nTest extends TestCase
foreach (array_keys($languages) as $language) { foreach (array_keys($languages) as $language) {
// most languages don't translate the data size units, ignore those // most languages don't translate the data size units, ignore those
if ($messageId !== 'B' && strlen($messageId) !== 3 && strpos($messageId, 'B', 2) !== 2) { if ($messageId !== 'B' && strlen($messageId) !== 3 && strpos($messageId, 'B', 2) !== 2) {
$this->assertStringContainsString( $this->assertContains(
$messageId, $messageId,
$languages[$language], $languages[$language],
"message ID '$messageId' exists in translation file $language.json" "message ID '$messageId' exists in translation file $language.json"