BookStack/app/Translation
Dan Brown 78bf11cf65
Locales: Removed a lot of existing locale handling
There was a lot of locale handling to get correct/expected date
formatting within the app.
Carbon now has built-in locale content rather than us needing to target
specific system locales.

This also removes setting locale via Carbon directly.
Carbon registers its own Laravel service provider which seems to
accurately pull the correct locale from the app.

For #4555
2023-09-17 22:02:12 +01:00
..
FileLoader.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
LocaleDefinition.php Locales: More use of locale objects, Addressed failing tests 2023-09-17 16:20:21 +01:00
LocaleManager.php Locales: Removed a lot of existing locale handling 2023-09-17 22:02:12 +01:00
MessageSelector.php Fixed incorrect pluralisation for de_informal 2023-01-16 16:56:41 +00:00