Added dutch locale

This commit is contained in:
ghermans 2020-03-23 04:31:33 +01:00
parent f365a04f1f
commit bd6c3aa1df
1 changed files with 5 additions and 0 deletions

View File

@ -22,7 +22,12 @@ class LocalesTableSeeder extends Seeder
'id' => 2,
'code' => 'fr',
'name' => 'French',
], [
'id' => 3,
'code' => 'nl',
'name' => 'Dutch',
]
]);
}
}