From 4898fb2f33dfeda2df3c0b7a6a577f151171c531 Mon Sep 17 00:00:00 2001 From: Daniil Barabash Date: Wed, 28 Apr 2021 16:51:47 +0300 Subject: [PATCH] Fix bugs-2 --- src/main/resources/messages/messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/messages/messages.properties b/src/main/resources/messages/messages.properties index 2d0f3967f..746f47c3e 100755 --- a/src/main/resources/messages/messages.properties +++ b/src/main/resources/messages/messages.properties @@ -220,7 +220,7 @@ crowdin.pre-translate.usage.customSynopsis=@|fg(green) crowdin pre-translate|@ [ crowdin.pre-translate.language=Languages to which pre-translation should be applied crowdin.pre-translate.method=Defines pre-translation method. Available values: 'mt', 'tm' crowdin.pre-translate.engine-id=Machine Translation engine Identifier -crowdin.pre-translate.auto-approve-option=Defines which translations added by TM pre-translation should be auto-approved +crowdin.pre-translate.auto-approve-option=Defines which translations added by TM pre-translation should be auto-approved. Available values: all, except-auto-substituted, perfect-match-only. Default: none crowdin.pre-translate.duplicate-translations=Adds translations even if the same translation already exists crowdin.pre-translate.translate-untranslated-only=Applies pre-translation for untranslated strings only crowdin.pre-translate.translate-with-perfect-match-only=Applies pre-translation only for the strings with perfect match