Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dietercoopman committed Apr 7, 2023
1 parent c6f90f4 commit e229982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ Follow the installation steps as explained in the Spatie docs https://github.com
Define the locales in the `translation-loader.php` config file, one locale per database column. This is used in the migration to create the database fields.

```
'locales' => ['nl', 'fr', 'en', 'de']
'locales' => ['nl', 'fr', 'en', 'de', 'es']
```

You can publish and run the migrations with:
Expand Down

0 comments on commit e229982

Please sign in to comment.