Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Free translator implementations #6

Open
1 of 2 tasks
tobytwigger opened this issue Oct 22, 2020 · 1 comment
Open
1 of 2 tasks

Free translator implementations #6

tobytwigger opened this issue Oct 22, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@tobytwigger
Copy link
Owner

tobytwigger commented Oct 22, 2020

There are several free translation services, such as AWS free trial which will only translate if there's free characters left, or the google translate e.g. this package.

These should be put in a stack to try each one by default, meaning it's likely we can translate most text. If we're out of AWS free trial, it'll try google translate instead. This can be the default configuration, since it's the most likely to give free translations successful.

  • AWS Translate Free Trial
  • Google Translate Free
@tobytwigger tobytwigger changed the title A 'free' translation service should be made, which uses AWS free tier, google translate directly and any other free-per-month service. Free translations easy to use and default Oct 22, 2020
@tobytwigger tobytwigger added enhancement New feature or request help wanted Extra attention is needed labels Oct 22, 2020
@tobytwigger tobytwigger added this to the Version 1 milestone Oct 22, 2020
@tobytwigger tobytwigger added the hacktoberfest-accepted Accepted as hacktoberfest issue label Oct 22, 2020
@tobytwigger
Copy link
Owner Author

The AWS free trial translator will probably need to make use of the AWS usage API to ensure we don't go over the free trial limits.

@tobytwigger tobytwigger changed the title Free translations easy to use and default Free translator implementations Oct 27, 2020
@tobytwigger tobytwigger removed this from the Version 1 milestone Oct 27, 2020
@tobytwigger tobytwigger removed the hacktoberfest-accepted Accepted as hacktoberfest issue label Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant