Hidden the Public Chat Translation until a better implementation is added to prevent users from being accidentally locked out by Google.
This commit is contained in:
committed by
Ian W. ONeill
parent
50b6c1119f
commit
08134881e8
@@ -27,8 +27,8 @@ public interface ChatTranslationConfig extends Config
|
|||||||
description = "Language to translate messages too.",
|
description = "Language to translate messages too.",
|
||||||
position = 1,
|
position = 1,
|
||||||
group = "Public Chat Translation",
|
group = "Public Chat Translation",
|
||||||
hidden = true,
|
hidden = true
|
||||||
unhide = "publicChat"
|
// unhide = "publicChat"
|
||||||
)
|
)
|
||||||
default Languages publicTargetLanguage()
|
default Languages publicTargetLanguage()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user