summaryrefslogtreecommitdiffstats
path: root/src/translator_cn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_cn.h')
-rw-r--r--src/translator_cn.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/translator_cn.h b/src/translator_cn.h
index 1036b6b..d989d77 100644
--- a/src/translator_cn.h
+++ b/src/translator_cn.h
@@ -1912,7 +1912,15 @@ class TranslatorChinese : public TranslatorAdapter_1_8_15
return "该单例的文档由下列文件生成:";
}
+
+//////////////////////////////////////////////////////////////////////////
+// new since 1.8.19, but completely filled so no need for a TranslatorAdapter_1_8_19
//////////////////////////////////////////////////////////////////////////
+
+ virtual QCString trISOLang()
+ {
+ return("zh");
+ }
};
#endif