summaryrefslogtreecommitdiffstats
path: root/src/translator_ro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_ro.h')
-rw-r--r--src/translator_ro.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/translator_ro.h b/src/translator_ro.h
index 69fd554..99752fb 100644
--- a/src/translator_ro.h
+++ b/src/translator_ro.h
@@ -2005,8 +2005,15 @@ class TranslatorRomanian : public TranslatorAdapter_1_8_15
return result;
}
+
+//////////////////////////////////////////////////////////////////////////
+// new since 1.8.19, but completely filled so no need for a TranslatorAdapter_1_8_19
//////////////////////////////////////////////////////////////////////////
+ virtual QCString trISOLang()
+ {
+ return("ro");
+ }
};
#endif