tobytwigger/laravel-translate

Free translator implementations

tobytwigger opened this issue · 1 comments

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

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.