Integrate Norwegian translation

This commit is contained in:
Frederic Guillot
2015-08-18 20:07:30 -04:00
parent 888c73fb1c
commit b04cbc419b
7 changed files with 128 additions and 54 deletions

View File

@@ -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',