mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-01-31 05:10:45 -06:00
Merge branch 'googletrans-integration' into next-gen
This commit is contained in:
commit
6c1c66226d
@ -46,7 +46,6 @@ class basicTweet(object):
|
||||
if dlg.get_response() == widgetUtils.OK:
|
||||
text_to_translate = self.message.get_text()
|
||||
language_dict = translator.translator.available_languages()
|
||||
print(dlg.dest_lang.GetStringSelection())
|
||||
for k in language_dict:
|
||||
if language_dict[k] == dlg.dest_lang.GetStringSelection():
|
||||
dst = k
|
||||
|
Loading…
x
Reference in New Issue
Block a user