diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-23 15:50:32 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-23 15:50:32 +0200 |
| commit | d0cdd351c0e0b7d4212e9b9e77f5e87cd06d0757 (patch) | |
| tree | 37c0766cdf39b7c9f2afbd38cea2e7378063f665 /src/main/java/at/hannibal2/skyhanni/config/features | |
| parent | a7b17939cca46fc5b0bdcd859df6da25caa143f2 (diff) | |
| download | skyhanni-d0cdd351c0e0b7d4212e9b9e77f5e87cd06d0757.tar.gz skyhanni-d0cdd351c0e0b7d4212e9b9e77f5e87cd06d0757.tar.bz2 skyhanni-d0cdd351c0e0b7d4212e9b9e77f5e87cd06d0757.zip | |
disabled translator
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/ChatConfig.java | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/ChatConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/ChatConfig.java index 97d933ad6..4c68e8a3f 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/ChatConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/ChatConfig.java @@ -161,9 +161,15 @@ public class ChatConfig { @FeatureToggle public boolean hideArachneMessages = false; - @Expose - @ConfigOption(name = "Translator", desc = "Click on a message to translate it into English. Use /shcopytranslation to get the translation from English. Translation is not guaranteed to be 100% accurate.") - @ConfigEditorBoolean - @FeatureToggle - public boolean translator = false; + // TODO reenable once the translator is working again +// @Expose +// @ConfigOption( +// name = "Translator", +// desc = "Click on a message to translate it into English. " + +// "Use /shcopytranslation to get the translation from English. " + +// "Translation is not guaranteed to be 100% accurate." +// ) +// @ConfigEditorBoolean +// @FeatureToggle +// public boolean translator = false; } |
