Skip to content

Commit

Permalink
Merge pull request #44 from HE-Arc/french
Browse files Browse the repository at this point in the history
French
  • Loading branch information
Luluaan authored Dec 18, 2024
2 parents 4a0467e + 0e90d8b commit bded746
Show file tree
Hide file tree
Showing 15 changed files with 1,451 additions and 128 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ APP_DEBUG=true
APP_TIMEZONE=UTC
APP_URL=http://localhost

APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US
APP_LOCALE=fr
APP_FALLBACK_LOCALE=fr
APP_FAKER_LOCALE=fr_FR

APP_MAINTENANCE_DRIVER=file
# APP_MAINTENANCE_STORE=database
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"require-dev": {
"fakerphp/faker": "^1.23",
"laravel-lang/lang": "^15.9",
"laravel/breeze": "^2.2",
"laravel/pint": "^1.13",
"laravel/sail": "^1.26",
Expand Down
Loading

0 comments on commit bded746

Please sign in to comment.