Console-Translate

Cross-platform client for translating text in the console, uses API Google (edded public free token), MyMemory and DeepLX (no token required).

MIT License

Stars
8
Committers
2

Bot releases are hidden (Show)

Console-Translate - Console-Translate-0.2 Latest Release

Published by Lifailon 9 months ago

  • Automated the process of determining the language between Russian and English (for LanguageSource and LanguageTarget parameters)

  • Added MyMemory API provider (API key is not required):
    Get-Translate -Provider MyMemory -Text "Hello World"

  • Added Alternatives parameter (only with MyMemory):
    Get-Translate -Provider MyMemory -Text "Hello World" -Alternatives

  • Added function to get language codes according standard ISO-639-1:
    Get-LanguageCode

Console-Translate - Console-Translate-0.1

Published by Lifailon 11 months ago

Used providers via API:
Google
DeepL
Cmdlet:
Get-Translate
Get-DeepLX
Start-DeepLX
Stop-DeepLX