mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
revert, this one actually was correct
This commit is contained in:
parent
510103fd9f
commit
5b3d61cedc
|
@ -189,7 +189,7 @@ class I18nTest extends TestCase
|
|||
foreach (array_keys($languages) as $language) {
|
||||
// most languages don't translate the data size units, ignore those
|
||||
if ($messageId !== 'B' && strlen($messageId) !== 3 && strpos($messageId, 'B', 2) !== 2) {
|
||||
$this->assertStringContainsString(
|
||||
$this->assertContains(
|
||||
$messageId,
|
||||
$languages[$language],
|
||||
"message ID '$messageId' exists in translation file $language.json"
|
||||
|
|
Loading…
Reference in New Issue
Block a user