mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Adding Norwegian to lang table
This commit is contained in:
parent
6716f8a3ab
commit
5c7d0a159a
@ -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…
x
Reference in New Issue
Block a user