summaryrefslogtreecommitdiffstats
path: root/src/translator_lv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_lv.h')
-rw-r--r--src/translator_lv.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/translator_lv.h b/src/translator_lv.h
index 479ed68..bc02cfb 100644
--- a/src/translator_lv.h
+++ b/src/translator_lv.h
@@ -1936,8 +1936,22 @@ class TranslatorLatvian : public TranslatorAdapter_1_8_4
return "Metožu dokumentācija";
}
+ /*! Used as the title of the design overview picture created for the
+ * VHDL output.
+ */
+ virtual QCString trDesignOverview()
+ {
+ return "Dizaina pārskats";
+ }
+
+//////////////////////////////////////////////////////////////////////////
+// new since 1.8.19, but completely filled so no need for a TranslatorAdapter_1_8_19
//////////////////////////////////////////////////////////////////////////
+ virtual QCString trISOLang()
+ {
+ return("lv");
+ }
};
#endif