Added Norwegian translation, updated web page and updated changelog to newest version.
[jenirok] / src / common / settings.cpp
index 89c10cd..7c25219 100644 (file)
 
 namespace
 {
-    static int const LANGUAGE_COUNT = 2;
+    static int const LANGUAGE_COUNT = 3;
 
     static QString const LANGUAGE_NAMES[LANGUAGE_COUNT] = {
        "English",
+       "Norsk",
        "Suomi"
     };
 
     static QString const LANGUAGE_IDS[LANGUAGE_COUNT] = {
        "en_US",
+       "nb_NO",
        "fi_FI"
     };
 }