MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / translate.py

File translate.py

Google_Translate/translate.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from googletrans import Translator, LANGUAGES
2translator = Translator()
3
4language_options = LANGUAGES.items()

Callers

nothing calls this directly

Calls 1

errorsFunction · 0.85

Tested by

no test coverage detected