Files
snipe-it/app
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
..
2023-09-01 13:12:07 +10:00
2023-11-01 11:34:15 -05:00
2023-11-19 19:59:01 +03:00
2022-09-16 14:06:46 -07:00
2023-10-17 13:41:31 -05:00