snipe-it/app/Services
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
..
PredefinedKitCheckoutService.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
Saml.php Enforce SAML assertion ID uniqueness and notValidOnOrAfter attribute 2024-01-25 19:53:24 +00:00
SnipeTranslator.php Fixed pluralization bug due to dashed-locale names instead of underscored 2024-01-26 15:40:55 +00:00