mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Languages: Enabled Welsh option
This commit is contained in:
@ -35,7 +35,8 @@ class LanguageTest extends TestCase
|
||||
$diffs = array_diff($this->langs, $dropdownLocales);
|
||||
if (count($diffs) > 0) {
|
||||
$diffText = implode(',', $diffs);
|
||||
$this->addWarning("Languages: {$diffText} found in files but not in language select dropdown.");
|
||||
$warning = "Languages: {$diffText} found in files but not in language select dropdown.";
|
||||
$this->fail($warning);
|
||||
}
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user