translator icon indicating copy to clipboard operation
translator copied to clipboard

Services to translate strings, Like GoogleTranslate and BingTranslate

Results 7 translator issues
Sort by recently updated
recently updated
newest added

Since PHP 7 is past EOL, how about dropping it altogether? Symfony 6 requires PHP 8, it'll just make going forward easier to not continue to support outdated tools. We...

I've been using LibreTranslate recently, and really quite happy. For some projects, I use it during development, because it's fast, local, and free. Then I switch to DeepL (#19) if...

deepl.com is a great translator (not for all languages, but the quality is really perfect) https://github.com/chriskonnertz/DeepLy

- [ ] Add prototype to `TranslatorService`: `translateArray($array, $from, $to);` - [ ] Implement default behavior that will just foreach on translate in abstract class