summaryrefslogtreecommitdiffstats
path: root/src/translator_si.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_si.h')
-rw-r--r--src/translator_si.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/translator_si.h b/src/translator_si.h
index 4810344..98d6824 100644
--- a/src/translator_si.h
+++ b/src/translator_si.h
@@ -20,9 +20,9 @@
#ifndef TRANSLATOR_SI_H
#define TRANSLATOR_SI_H
-#include "translator.h"
+#include "translator_adapter.h"
-class TranslatorSlovene : public Translator
+class TranslatorSlovene : public TranslatorAdapter_1_1_5
{
public:
QCString idLanguage()
@@ -404,6 +404,18 @@ class TranslatorSlovene : public Translator
{ return "Podati o imenskih prostorih"; }
//////////////////////////////////////////////////////////////////////////
+// new since 0.49-990522
+//////////////////////////////////////////////////////////////////////////
+
+ /*! This is used in the documentation before the list of all
+ * namespaces in a file.
+ */
+ QCString trNamespaces()
+ {
+ return "Namespaces";
+ }
+
+//////////////////////////////////////////////////////////////////////////
// new since 0.49-990728
//////////////////////////////////////////////////////////////////////////