From d23dab6db1a53037db3a1679a5829d9f56bd4a1a Mon Sep 17 00:00:00 2001 From: Thiago <74574275+thisago@users.noreply.github.com> Date: Sat, 7 Jan 2023 03:30:54 +0000 Subject: [PATCH] Add package googleTranslate (#2450) * Moved all my repos to my own git server; Added `checkif` package * Added package googleTranslate Co-authored-by: Miran --- packages.json | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index f8c3c7e..d86574c 100644 --- a/packages.json +++ b/packages.json @@ -18,7 +18,9 @@ "name": "nimcorpora", "url": "https://github.com/neroist/nimcorpora", "method": "git", - "tags": ["corpora"], + "tags": [ + "corpora" + ], "description": "A Nim interface for Darius Kazemi's Corpora Project", "license": "0BSD", "web": "https://github.com/neroist/nimcorpora", @@ -26533,8 +26535,11 @@ "name": "capstone", "url": "https://github.com/hdbg/capstone-nim", "method": "git", - "tags": ["wrapper", "disasm"], - "description":"Capstone3 high-level wrapper", + "tags": [ + "wrapper", + "disasm" + ], + "description": "Capstone3 high-level wrapper", "license": "MIT" }, { @@ -28406,5 +28411,20 @@ "description": "Pure Nim PE parsing library", "license": "MIT", "web": "https://github.com/hdbg/pape" + }, + { + "name": "googleTranslate", + "url": "https://git.ozzuu.com/thisago/googleTranslate", + "method": "git", + "tags": [ + "translate", + "library", + "batchexecute", + "googleTranslator", + "google" + ], + "description": "A simple Google Translate implementation", + "license": "MIT", + "web": "https://git.ozzuu.com/thisago/googleTranslate" } ]