summaryrefslogtreecommitdiffstats
path: root/src/translator_je.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_je.h')
-rw-r--r--src/translator_je.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/translator_je.h b/src/translator_je.h
index d555421..2afe772 100644
--- a/src/translator_je.h
+++ b/src/translator_je.h
@@ -62,6 +62,11 @@ class TranslatorJapaneseEn : public TranslatorEnglish
{
return "128";
}
+
+ virtual QCString trISOLang()
+ {
+ return("ja");
+ }
};
#endif