translator
translator copied to clipboard
Services to translate strings, Like GoogleTranslate and BingTranslate
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
Discussions aren't enabled here, if they were I'd have posted it there. I ran across this node application, and though how neat it would be to make a Symfony app,...
I'm fixing the signatures so that PHP 8.4 doesn't throw warnings about implicit nullables. ```php /** * @param string $key Google API key */ public function __construct($key, ?HttpClient $httpClient =...