snipe-it/app/Providers
Brady Wetherington 401e1842ee Fixed pluralization bug due to dashed-locale names instead of underscored
Our locale directories are named things like 'en-US'. But the pluralization
code used by Laravel (through Symfony) requires locale names to be
in the format en_US. This change introduces a new Translator,
SnipeTranslator, which is a tiny set of changes against the built-in
one. It additionally adds a SnipeTranslationServiceProvider, which
loads up the new Translator.
2024-01-26 15:40:55 +00:00
..
AppServiceProvider.php Added user observer 2023-11-22 20:22:05 +00:00
AuthServiceProvider.php Create the Gate that goes with the permission 2023-07-19 19:44:59 -06:00
EventServiceProvider.php Shift bindings 2021-06-10 20:16:56 +00:00
MacroServiceProvider.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
RouteServiceProvider.php Everything's all wired up; just need to clean up all the FIXME's and stuff 2023-02-28 18:36:52 -08:00
SamlServiceProvider.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
SettingsServiceProvider.php Commented out noisy debugging 2023-10-16 23:24:03 +01:00
SnipeTranslationServiceProvider.php Fixed pluralization bug due to dashed-locale names instead of underscored 2024-01-26 15:40:55 +00:00
ValidationServiceProvider.php Additional comments 2023-11-21 15:36:11 +00:00