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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/translator_en.h b/src/translator_en.h
index 400e59c..cee8cf9 100644
--- a/src/translator_en.h
+++ b/src/translator_en.h
@@ -2254,7 +2254,13 @@ class TranslatorEnglish : public Translator
}
//////////////////////////////////////////////////////////////////////////
+// new since 1.8.19, but completely filled so no need for a TranslatorAdapter_1_8_19
+//////////////////////////////////////////////////////////////////////////
+ virtual QCString trISOLang()
+ {
+ return("en-US");
+ }
};
#endif