diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-09-01 08:27:13 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-09-01 08:27:13 +0800 |
commit | 27148d10a85af7d783bf0b954110789dfe67c793 (patch) | |
tree | 5924a0be44052d8bf6fd2a1fc633e7d2ce7299f0 /www/Makefile | |
parent | a84d358509703dabc8163ff5eb9deb3f1bc2f837 (diff) | |
download | freebsd-ports-gnome-27148d10a85af7d783bf0b954110789dfe67c793.tar.gz freebsd-ports-gnome-27148d10a85af7d783bf0b954110789dfe67c793.tar.zst freebsd-ports-gnome-27148d10a85af7d783bf0b954110789dfe67c793.zip |
Add www/py-google-cloud-translate: Python Client for Google Cloud Translation
Python idiomatic client for Google Cloud Translation.
With the Google Cloud Translation API, you can dynamically translate text
between thousands of language pairs. You can also detect the language of a text.
WWW: https://pypi.org/project/google-cloud-translate/
PR: 230973
Submitted by: Silvio Ap Silva <contato@kanazuchi.com>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 3ae31430fdc7..bae413863ad4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1687,6 +1687,7 @@ SUBDIR += py-google-api-python-client SUBDIR += py-google-cloud-core SUBDIR += py-google-cloud-storage + SUBDIR += py-google-cloud-translate SUBDIR += py-google-resumable-media SUBDIR += py-graphite-api SUBDIR += py-graphite-web |