1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Removed old thai files, added romanian as lang option

Also applied styleci changes
This commit is contained in:
Dan Brown
2022-09-06 17:41:32 +01:00
parent d8672944a5
commit 623ccd4cfa
17 changed files with 8 additions and 1029 deletions

View File

@ -228,6 +228,7 @@ class ThemeTest extends TestCase
$args = [];
$callback = function (...$eventArgs) use (&$args) {
$args = $eventArgs;
return '<strong>Big &amp; content replace surprise!</strong>';
};