summaryrefslogtreecommitdiffstats
path: root/src/translator_en.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_en.h')
-rw-r--r--src/translator_en.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translator_en.h b/src/translator_en.h
index 8666c10..611c5fd 100644
--- a/src/translator_en.h
+++ b/src/translator_en.h
@@ -2253,12 +2253,12 @@ class TranslatorEnglish : public Translator
// new since 1.8.19
//////////////////////////////////////////////////////////////////////////
+ virtual QCString trISOLang()
+ { return("en-US"); }
/** VHDL design unit documentation */
virtual QCString trDesignUnitDocumentation()
{ return "Design Unit Documentation"; }
-//////////////////////////////////////////////////////////////////////////
-
};
#endif