diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-05-19 19:56:57 +0300 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-05-22 20:25:27 +0300 |
commit | 1d1a63abe4a3d3a6191172c1693ffbdb0ffb2d71 (patch) | |
tree | d4c5ee7583210f4cef1d95115e961c17c5f58146 /indra/newview/lltranslate.h | |
parent | 7140640b6963dacfa012dfec679798fc4dd13a17 (diff) |
SL-19635 Implement DeepL tranlation support
Diffstat (limited to 'indra/newview/lltranslate.h')
-rw-r--r-- | indra/newview/lltranslate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltranslate.h b/indra/newview/lltranslate.h index ffbbb05e62..4a5d80737c 100644 --- a/indra/newview/lltranslate.h +++ b/indra/newview/lltranslate.h @@ -61,6 +61,7 @@ public : typedef enum e_service { SERVICE_AZURE, SERVICE_GOOGLE, + SERVICE_DEEPL, } EService; typedef boost::function<void(EService, bool, S32)> KeyVerificationResult_fn; |