summaryrefslogtreecommitdiffstats
path: root/src/translator_eo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_eo.h')
-rw-r--r--src/translator_eo.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/translator_eo.h b/src/translator_eo.h
index 7150f2d..87e7524 100644
--- a/src/translator_eo.h
+++ b/src/translator_eo.h
@@ -1933,8 +1933,22 @@ class TranslatorEsperanto : public TranslatorAdapter_1_8_4
return "Dokumentaro de la Metodo";
}
+ /*! Used as the title of the design overview picture created for the
+ * VHDL output.
+ */
+ virtual QCString trDesignOverview()
+ {
+ return "Fasona Superrigardo";
+ }
+
+//////////////////////////////////////////////////////////////////////////
+// new since 1.8.19, but completely filled so no need for a TranslatorAdapter_1_8_19
//////////////////////////////////////////////////////////////////////////
+ virtual QCString trISOLang()
+ {
+ return("eo");
+ }
};
#endif