From 9ac109040215a765d03addcf03ef4bfcac68f03e Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Thu, 2 May 2019 10:47:30 +0300 Subject: SL-10992 FIXED SLURLs and SLApp links are translated in chat when using the translator --- indra/newview/lltranslate.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/lltranslate.h') diff --git a/indra/newview/lltranslate.h b/indra/newview/lltranslate.h index bf431cdfbb..e0722fbd83 100644 --- a/indra/newview/lltranslate.h +++ b/indra/newview/lltranslate.h @@ -91,6 +91,9 @@ public : */ static bool isTranslationConfigured(); + static std::string addNoTranslateTags(std::string mesg); + static std::string removeNoTranslateTags(std::string mesg); + private: static LLTranslationAPIHandler& getPreferredHandler(); static LLTranslationAPIHandler& getHandler(EService service); -- cgit v1.2.3