Mozhi is an alternative-frontend for many translation engines.
Go to file
2023-08-15 21:41:02 +05:30
cmd imgtxt: print err with failure message 2023-08-15 20:03:00 +05:30
pages add the api route for translation 2023-08-15 21:41:02 +05:30
public add public 2023-06-25 12:27:59 +05:30
serve add the api route for translation 2023-08-15 21:41:02 +05:30
utils add the api route for translation 2023-08-15 21:41:02 +05:30
views go mod tidy + gofmt 2023-07-22 19:56:19 +05:30
.gitignore init 2023-06-25 00:10:57 +05:30
go.mod Finally DeepL 2023-07-23 20:00:20 +05:30
go.sum Finally DeepL 2023-07-23 20:00:20 +05:30
LICENSE init 2023-06-25 00:10:57 +05:30
main.go init 2023-06-25 00:10:57 +05:30
README.md readme 2023-06-25 12:29:36 +05:30
TODO.md fix yandex, add err handling to imgtxt, structize engines.go mostly 2023-08-15 14:55:49 +05:30

Another rewrite of simplytranslate in Go

Basically, simplytranslate has been dead for a while and I want to remake it, but with some QoL improvements ofc :)

I'm initially focusing on the api/engines part, but eventually ill get around to setting up the gofiber thing. I plan on making it a combined cli+webui