mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 11:52:34 +01:00
Add Carbon localization support
This commit is contained in:
parent
286f9b0c7d
commit
f30f4579e9
@ -16,6 +16,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
$imageMimes = ['image/png', 'image/bmp', 'image/gif', 'image/jpeg', 'image/jpg', 'image/tiff', 'image/webp'];
|
||||
return in_array($value->getMimeType(), $imageMimes);
|
||||
});
|
||||
Carbon::setLocale(Config::get('app.locale'));
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user