From b04cbc419b60df02ca59a9bbf87cd840614b09a4 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 18 Aug 2015 20:07:30 -0400 Subject: Integrate Norwegian translation --- app/Model/Config.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/Model/Config.php') 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', -- cgit v1.2.3