Skip to content

Commit 56a3ba8

Browse files
committed
Merge pull request #83 from AsgardCms/feature/add-norwegian
Added Norwegian Language support
2 parents 9c00ada + 3905c60 commit 56a3ba8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Config/available-locales.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
'bh' => ['name' => 'Bihari', 'script' => 'Latn', 'native' => 'Bihari'],
2020
'bi' => ['name' => 'Bislama', 'script' => 'Latn', 'native' => 'Bislama'],
2121
'nb' => ['name' => 'Norwegian Bokmål', 'script' => 'Latn', 'native' => 'Bokmål'],
22+
'no' => ['name' => 'Norwegian', 'script' => 'Latn', 'native' => 'norsk'],
2223
'bs' => ['name' => 'Bosnian', 'script' => 'Latn', 'native' => 'bosanski'],
2324
'br' => ['name' => 'Breton', 'script' => 'Latn', 'native' => 'brezhoneg'],
2425
'ca' => ['name' => 'Catalan', 'script' => 'Latn', 'native' => 'català'],

0 commit comments

Comments
 (0)