Skip to content

Tags: eeeXun/gtt

Tags

v10

Toggle v10's commit message
refactor: move DeepLX to DeepL

v9

Toggle v9's commit message
style: API Key uppercase

v8

Toggle v8's commit message
refactor: move AddPage to uiInit

v7

Toggle v7's commit message
docs: play sound -> playing text to speech

v6

Toggle v6's commit message
docs: add go build

v5

Toggle v5's commit message
docs: show ArgosTranslate as default translator

v4

Toggle v4's commit message
refactor: make Language, TTSLock and EngineName to struct in Translator

GetSrcLang, GetDstLang, SetSrcLang, SetDstLang, SwapLang are reusable
functions from translator to translator. So make Language struct.

GetEngineName is also a reusable function. So make EngineName struct.

Finally, let Translator to inherit those functions in these three
(Language, TTSLock, EngineName) structs. No need to write the duplicated
functions for each Translator.

v3

Toggle v3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(translator): add ApertiumTranslate (#13)

v2

Toggle v2's commit message
refactor: replace AddItem with attachItems

attachItems implements adding multi items & centering items

v1

Toggle v1's commit message
chore: not use `--remove-files` option in tar

It cause some problem in macos