From e22998297f67ea48ee36684c20b7344dfc4be156 Mon Sep 17 00:00:00 2001 From: Dieter Coopman Date: Fri, 7 Apr 2023 10:14:40 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d3f523..18e0b2d 100644 --- a/README.md +++ b/README.md @@ -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: