Open hsl9999 opened 2 years ago
失败格式:<TC '163:21:21' Text'고블린 캠프' /> 返回还是上面那个。 调用接口: client = Translate() newText = client.translate(text,source='ko',target='zh-CN') if isinstance(text, Null) == False: return newText.translatedText
收到,
https://github.com/foyoux/pygtrans/blob/main/pygtrans/Translate.py#L23-L23
参考下这个
失败格式:<TC '163:21:21' Text'고블린 캠프' /> 返回还是上面那个。 调用接口: client = Translate() newText = client.translate(text,source='ko',target='zh-CN') if isinstance(text, Null) == False: return newText.translatedText