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.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/translator_en.h b/src/translator_en.h
index 611c5fd..ba26bc7 100644
--- a/src/translator_en.h
+++ b/src/translator_en.h
@@ -74,6 +74,11 @@ class TranslatorEnglish : public Translator
return "";
}
+ virtual QCString trISOLang()
+ {
+ return "en-US";
+ }
+
// --- Language translation methods -------------------
/*! used in the compound documentation before a list of related functions. */
@@ -2253,8 +2258,6 @@ 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"; }