summaryrefslogtreecommitdiffstats
path: root/src/translator_jp.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-08-03 18:35:58 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-08-03 18:35:58 (GMT)
commit804fcc176eeef328b4bc228374f4b71a6af40303 (patch)
tree7f5866b280e4662e698ca643ec7e15e3849d7540 /src/translator_jp.h
parent159896658f6da351afee52dc614fe20786742cab (diff)
downloadDoxygen-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_jp.h')
-rw-r--r--src/translator_jp.h23
1 files changed, 9 insertions, 14 deletions
diff --git a/src/translator_jp.h b/src/translator_jp.h
index 6032bd3..7985823 100644
--- a/src/translator_jp.h
+++ b/src/translator_jp.h
@@ -79,6 +79,10 @@ class TranslatorJapanese : public TranslatorAdapter_1_8_15
{
return "\\usepackage{CJKutf8}\n";
}
+ virtual QCString trISOLang()
+ {
+ return "ja";
+ }
virtual QCString latexFontenc()
{
return "";
@@ -158,7 +162,7 @@ class TranslatorJapanese : public TranslatorAdapter_1_8_15
/*! this is the remainder of the sentence after the class name */
virtual QCString trIncludingInheritedMembers()
{ return " の全メンバ一覧です。"; }
- /* trThisIsTheListOfAllMembers から続くように定義すること */
+ /* trThisIsTheListOfAllMembers から続くように定義すること */
/*! this is put at the author sections at the bottom of man pages.
* parameter s is name of the project name.
@@ -268,7 +272,7 @@ class TranslatorJapanese : public TranslatorAdapter_1_8_15
}
return "詳解が付けられているファイルの一覧です。";
}
-
+
/*! This is an introduction to the annotated compound list. */
virtual QCString trCompoundListDescription()
@@ -844,7 +848,7 @@ class TranslatorJapanese : public TranslatorAdapter_1_8_15
{
return "非推奨";
}
-
+
/*! this text is put before a collaboration diagram */
virtual QCString trCollaborationDiagram(const char *clName)
{
@@ -1851,7 +1855,7 @@ class TranslatorJapanese : public TranslatorAdapter_1_8_15
/*! Used file list for a Java enum */
virtual QCString trEnumGeneratedFromFiles(bool)
- {
+ {
return "次のファイルからこの列挙についての詳解を抽出しました:";
}
@@ -1879,7 +1883,7 @@ class TranslatorJapanese : public TranslatorAdapter_1_8_15
*/
virtual QCString trPanelSynchronisationTooltip(bool enable)
{
-
+
QCString opt = enable ? "有効" : "無効";
return "クリックで同期表示が"+opt+"になります";
}
@@ -1977,15 +1981,6 @@ class TranslatorJapanese : public TranslatorAdapter_1_8_15
"の詳解を抽出しました:";
}
-
-//////////////////////////////////////////////////////////////////////////
-// new since 1.8.19, but completely filled so no need for a TranslatorAdapter_1_8_19
-//////////////////////////////////////////////////////////////////////////
-
- virtual QCString trISOLang()
- {
- return("ja");
- }
};
#endif