Releases: itsYakub/lingwi
Releases · itsYakub/lingwi
v1.3
LINGWI RELEASE 1.3
What's new
1.3 version of lingwi:
[NEW] New "--file" flag for targeting file inputs
[MOD] Complete codebase rewrite
Supported options:
-f, --file reads an input from the file
-s, --source-language select a source language (translation from...) (DEFAULT: auto)
-t, --target-language select a target language (translation to...) (DEFAULT: {system language (check 'env')})
-e, --engine select a translation engine (DEFAULT: google)
-a, --api-key select an api key (DEFAULT: none)
-v, --version display a version
-h, --help display a help message
-l, --list-api list all the available API's
Supported engines:
- Google Translation API: https://cloud.google.com/apis/?hl=en
v1.2
LINGWI RELEASE 1.2
What's new
1.2 version of lingwi:
[NEW] Target language is set to the default machine's language
[MOD] Source language is set to auto
by default
[MOD] Now you can install the program locally or in the /usr/bin
depending on if the build systems were run with sudo
privileges
Supported options:
-s, --source-language select a source language (translation from...) (DEFAULT: auto)
-t, --target-language select a target language (translation to...) (DEFAULT: {system language (check 'env')})
-e, --engine select a translation engine (DEFAULT: google)
-a, --api-key select an api key (DEFAULT: none)
-v, --version display a version
-h, --help display a help message
-l, --list-api list all the available API's
Supported engines:
- Google Translation API: https://cloud.google.com/apis/?hl=en
v1.1
LINGWI RELEASE 1.1
What's new
1.1 version of lingwi:
[NEW] Standard input from a pipe
[NEW] Build a project with CMake
[NEW] New option: -l, --list-api, for listing available API's
[MOD] Changed the version flag from "-V" to "-v"
[REM] Verbosity and --verbose option
Supported options:
-s, --source-language select a source language (translation from...) (DEFAULT: en)
-t, --target-language select a target language (translation to...) (DEFAULT: en)
-e, --engine select a translation engine (DEFAULT: google)
-a, --api-key select an api key (DEFAULT: none)
-v, --version display a version
-h, --help display a help message
-l, --list-api list all the available API's
Supported engines:
- Google Translation API: https://cloud.google.com/apis/?hl=en
v1.0
LINGWI RELEASE 1.0
What's new
Lingwi initial release. Translate your string to whole bunch of different languages from all around the world!
Supported options:
-s, --source-language select a source language (translation from...) (DEFAULT: en)
-t, --target-language select a target language (translation to...) (DEFAULT: en)
-e, --engine select a translation engine (DEFAULT: google)
-a, --api-key select an api key (DEFAULT: none)
-v, --verbose enable verbosity
-V, --version display a version
-h, --help display a help message
Supported engines:
- Google Translation API: https://cloud.google.com/apis/?hl=en