Adding Norwegian to lang table
This commit is contained in:
parent
6716f8a3ab
commit
5c7d0a159a
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ class AddLanguageSupport extends Migration {
|
|||
DB::table('languages')->insert(['name' => 'Brazilian Portuguese', 'locale' => 'pt_BR']);
|
||||
DB::table('languages')->insert(['name' => 'Dutch', 'locale' => 'nl']);
|
||||
DB::table('languages')->insert(['name' => 'Spanish', 'locale' => 'es']);
|
||||
DB::table('languages')->insert(['name' => 'Norwegian', 'locale' => 'nb_NO']);
|
||||
|
||||
Schema::table('accounts', function($table)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue