Use locales for numbers and currency.

This commit is contained in:
2025-01-04 12:09:37 +01:00
parent 644adad9c3
commit 5b00aa8bb2
3 changed files with 6 additions and 0 deletions

View File

@@ -80,6 +80,8 @@ return [
'locale' => env('APP_LOCALE', 'de'),
'currency' => env('APP_CURRENCY', 'EUR'),
'fallback_locale' => env('APP_FALLBACK_LOCALE', 'en'),
'faker_locale' => env('APP_FAKER_LOCALE', 'en_US'),