tr4n5l4te icon indicating copy to clipboard operation
tr4n5l4te copied to clipboard

Use Google Translate without an API key.

Results 4 tr4n5l4te issues
Sort by recently updated
recently updated
newest added

Bumps [rack](https://github.com/rack/rack) from 2.2.4 to 3.0.4.1. Release notes Sourced from rack's releases. v3.0.4.1 Full Changelog: https://github.com/rack/rack/compare/v3.0.4...v3.0.4.1 v3.0.4 Full Changelog: https://github.com/rack/rack/compare/v3.0.3...v3.0.4 v3.0.3 What's Changed Release v3.0.3 by @​ioquatix in rack/rack#2000 Full...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10. Release notes Sourced from nokogiri's releases. 1.13.10 / 2022-12-07 Security [CRuby] Address CVE-2022-23476, unchecked return value from xmlTextReaderExpand. See GHSA-qv4q-mr5r-qprj for more information. Improvements...

dependencies

It would be nice if we could support capybara v3 too

It would be great to have an option to add a proxy, something like follows: ```ruby proxy = { addr: "127.0.0.1", port: 80, user: "foo", pass: "bar" } Tr4n5l4te::Translator.new sleep_time:...