summaryrefslogtreecommitdiffstats
path: root/src/translator_jp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_jp.h')
-rw-r--r--src/translator_jp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/translator_jp.h b/src/translator_jp.h
index 074864e..6032bd3 100644
--- a/src/translator_jp.h
+++ b/src/translator_jp.h
@@ -1977,8 +1977,15 @@ 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