UlionTse / translators

🌏🌍🌎Translators🌎🌍🌏 is a library that aims to bring free, multiple, enjoyable translations to individuals and students in Python. Translators是一个旨在用Python为个人和学生带来免费、多样、愉快翻译的库。
https://pypi.org/project/translators/
GNU General Public License v3.0
1.62k stars 189 forks source link

[Feature]: Georgian language #148

Closed zurago2023 closed 9 months ago

zurago2023 commented 9 months ago

Expect to happened

A feature I have expected is Georgian language. How can I use this language? It is absent in the list...

Expected APP Version

next newest version

Expected Python Version

=3.8 (Default)

Expected Runtime Environment

NoArch (Default)

Country/Region

Qatar(example)

Expected Output

No response

Code of Conduct

UlionTse commented 9 months ago

@zurago2023 Hello friend

import translators as ts

assert ts.__version__ == '5.8.9'
assert 'ka' in ts.get_languages(translator='google')

print(ts.translate_text('hello', translator='google', to_language='ka'))