diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-08-03 18:35:58 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2020-08-03 18:35:58 (GMT) |
commit | 804fcc176eeef328b4bc228374f4b71a6af40303 (patch) | |
tree | 7f5866b280e4662e698ca643ec7e15e3849d7540 /src/translator_cn.h | |
parent | 159896658f6da351afee52dc614fe20786742cab (diff) | |
download | Doxygen-804fcc176eeef328b4bc228374f4b71a6af40303.zip Doxygen-804fcc176eeef328b4bc228374f4b71a6af40303.tar.gz Doxygen-804fcc176eeef328b4bc228374f4b71a6af40303.tar.bz2 |
Some fixes and cleanup
- fix issue with test 037
- moved trISOLang() to the language control section and removed the "no
need for a TranslatorAdapter_1_8_19" banner.
- removed unused adapter classes
- add translation for Dutch
Diffstat (limited to 'src/translator_cn.h')
-rw-r--r-- | src/translator_cn.h | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/src/translator_cn.h b/src/translator_cn.h index d989d77..a3b5803 100644 --- a/src/translator_cn.h +++ b/src/translator_cn.h @@ -55,6 +55,10 @@ class TranslatorChinese : public TranslatorAdapter_1_8_15 { return "\\usepackage{CJKutf8}\n"; } + virtual QCString trISOLang() + { + return "zh"; + } virtual QCString latexFontenc() { return ""; @@ -1912,15 +1916,6 @@ 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 |