summaryrefslogtreecommitdiffstats
path: root/src/translator_no.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_no.h')
-rwxr-xr-x[-rw-r--r--]src/translator_no.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/translator_no.h b/src/translator_no.h
index eccd952..4154b78 100644..100755
--- a/src/translator_no.h
+++ b/src/translator_no.h
@@ -1563,6 +1563,15 @@ class TranslatorNorwegian : public TranslatorAdapter_1_4_6
"generert for deg. Den skiller seg ut fra "
"funksjonen ovenfor i argument(ene) den aksepterer.";
}
+
+//////////////////////////////////////////////////////////////////////////
+// new since 1.8.19, but completely filled so no need for a TranslatorAdapter_1_8_19
+//////////////////////////////////////////////////////////////////////////
+
+ virtual QCString trISOLang()
+ {
+ return("nn");
+ }
};
#endif