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
EventServiceProvider.php
MacroServiceProvider.php
RouteServiceProvider.php
SamlServiceProvider.php
SettingsServiceProvider.php
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