summaryrefslogtreecommitdiffstats
path: root/src/translator_sr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_sr.h')
-rw-r--r--src/translator_sr.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/translator_sr.h b/src/translator_sr.h
index f5f132f..f1c4aa7 100644
--- a/src/translator_sr.h
+++ b/src/translator_sr.h
@@ -1769,6 +1769,15 @@ class TranslatorSerbian : public TranslatorAdapter_1_6_0
// return result;
// }
+
+//////////////////////////////////////////////////////////////////////////
+// new since 1.8.19, but completely filled so no need for a TranslatorAdapter_1_8_19
+//////////////////////////////////////////////////////////////////////////
+
+ virtual QCString trISOLang()
+ {
+ return("sr-Latn");
+ }
};
#endif