diff options
author | thomascube <thomas@roundcube.net> | 2005-11-06 23:03:51 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-11-06 23:03:51 +0000 |
commit | b4a9999f9c72377382b123f70217f46451c22253 (patch) | |
tree | 8ae5650b5628b8f44e75ffd12f31d22c13af17df /program/localization/index.inc | |
parent | e66f5b4d718423ca530b13aa94648dbda873ea28 (diff) |
Added Norwegian localization
Diffstat (limited to 'program/localization/index.inc')
-rw-r--r-- | program/localization/index.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/program/localization/index.inc b/program/localization/index.inc index 3b0351f66..1ac2df17a 100644 --- a/program/localization/index.inc +++ b/program/localization/index.inc @@ -41,7 +41,8 @@ 'kr' => 'Korean', 'lv' => 'Latvian', 'nl' => 'Nederlands', - 'no' => 'Norsk (bokmål)', + 'nb_NO' => 'Norsk (bokmål)', + 'nn_NO' => 'Norsk (nynorsk)', 'fa' => 'Persian', 'pl' => 'Polski', 'pt' => 'Portuguese (Standard)', |