summaryrefslogtreecommitdiff
path: root/indra/newview/lltranslate.h
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2019-05-02 10:47:30 +0300
committermaxim_productengine <mnikolenko@productengine.com>2019-05-02 10:47:30 +0300
commit9ac109040215a765d03addcf03ef4bfcac68f03e (patch)
tree09e4d51af1c6af1dc56a8c6740ec7163ad5685fc /indra/newview/lltranslate.h
parentca0fd82199536a3c14b3ea8a6c6632fff222cbad (diff)
SL-10992 FIXED SLURLs and SLApp links are translated in chat when using the translator
Diffstat (limited to 'indra/newview/lltranslate.h')
-rw-r--r--indra/newview/lltranslate.h3
1 files changed, 3 insertions, 0 deletions
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);