13-05-2026 implementation FR
This commit is contained in:
parent
245c281541
commit
70240d2b6a
61 changed files with 4472 additions and 2 deletions
|
|
@ -8,6 +8,7 @@ uses(TestCase::class);
|
|||
it('normalizes supported locales', function () {
|
||||
expect(LocaleGuard::normalize('DE'))->toBe('de');
|
||||
expect(LocaleGuard::normalize('en'))->toBe('en');
|
||||
expect(LocaleGuard::normalize('FR'))->toBe('fr');
|
||||
});
|
||||
|
||||
it('returns null for unsupported or invalid locale strings', function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue