aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/google-translate/index.js
diff options
context:
space:
mode:
authorLibravatar Maitre_Oda <oda.alexandre31@gmail.com>2021-08-28 13:04:04 +0200
committerLibravatar GitHub <noreply@github.com>2021-08-28 16:34:04 +0530
commitcd082f103b8b401ca23dc89aaa3c15f6f077c889 (patch)
tree3960bf373302dcb22d1454767f79f904ef48679e /recipes/google-translate/index.js
parentNew recipe: tinder (#641) (diff)
downloadferdium-recipes-cd082f103b8b401ca23dc89aaa3c15f6f077c889.tar.gz
ferdium-recipes-cd082f103b8b401ca23dc89aaa3c15f6f077c889.tar.zst
ferdium-recipes-cd082f103b8b401ca23dc89aaa3c15f6f077c889.zip
New recipe: google-translate (#642)
Co-authored-by: oda-alexandre <oda-alexandre31@gmail.com> Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
Diffstat (limited to 'recipes/google-translate/index.js')
-rw-r--r--recipes/google-translate/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/google-translate/index.js b/recipes/google-translate/index.js
new file mode 100644
index 0000000..f714165
--- /dev/null
+++ b/recipes/google-translate/index.js
@@ -0,0 +1,2 @@
1module.exports = Ferdi => class GoogleTranslate extends Ferdi {
2};