diff options
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/Config.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Model/Config.php b/app/Model/Config.php index c02cae6d..6fa98f93 100644 --- a/app/Model/Config.php +++ b/app/Model/Config.php @@ -41,6 +41,7 @@ class Config extends Base 'JPY' => t('JPY - Japanese Yen'), 'RSD' => t('RSD - Serbian dinar'), 'SEK' => t('SEK - Swedish Krona'), + 'NOK' => t('NOK - Norwegian Krone'), ); } @@ -83,6 +84,7 @@ class Config extends Base 'it_IT' => 'Italiano', 'hu_HU' => 'Magyar', 'nl_NL' => 'Nederlands', + 'nb_NO' => 'Norsk', 'pl_PL' => 'Polski', 'pt_PT' => 'Português', 'pt_BR' => 'Português (Brasil)', @@ -121,6 +123,7 @@ class Config extends Base 'it_IT' => 'it', 'hu_HU' => 'hu', 'nl_NL' => 'nl', + 'nb_NO' => 'nb', 'pl_PL' => 'pl', 'pt_PT' => 'pt', 'pt_BR' => 'pt-br', |