Automatically translate your Symfony translation files with the Google Translate API.
$ composer require maximepinot/google-translate-command-bundle --dev
$ php bin/console translation:google-translate <locales>
For example, the following command will translate your translation files into French and Spanish:
$ php bin/console translation:google-translate fr es
For more information (installation, usage, examples, troubleshooting), see the documentation.
- Google Translate PHP - Free Google Translate API PHP Package.
This project is licensed under the MIT License - see the LICENSE file for details.