mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-30 20:19:49 +09:00
test: improve lang test debug output
This commit is contained in:
committed by
Attila Jozsef Kerekes
parent
7809abb376
commit
810ee03965
@@ -34,7 +34,7 @@ class LangTest extends TestCase
|
||||
if(!isset($missingKeys[$langDirectory])) {
|
||||
$missingKeys[$langDirectory] = [];
|
||||
}
|
||||
$missingKeys[$langDirectory][] = $langKey;
|
||||
$missingKeys[$langDirectory][] = [$langKey => $langValue];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user