summaryrefslogtreecommitdiff
path: root/app/Model/Config.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-08-18 20:07:30 -0400
committerFrederic Guillot <fred@kanboard.net>2015-08-18 20:07:30 -0400
commitb04cbc419b60df02ca59a9bbf87cd840614b09a4 (patch)
tree73720f73c6432f3dffcc34d76dddd6d9375a7df2 /app/Model/Config.php
parent888c73fb1c975b6ddb0b1b16c3039b2afb505e9f (diff)
Integrate Norwegian translation
Diffstat (limited to 'app/Model/Config.php')
-rw-r--r--app/Model/Config.php3
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',