flatorb / translator
Laravel Translation package using manual and Google Cloud Translating API
v1.0.1
2019-05-20 05:20 UTC
Requires
- google/cloud: ^0.101.1
- illuminate/support: ~5
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2025-03-20 17:37:01 UTC
README
Translator is a package for Laravel to easily translate phrases for your application. This extension helps you to perform the translations manually or using Google Cloud Translation API.
- You can set the default locale and the desired list of locales through the configuration file
- Translate manually
- Translate using Google Cloud Translate API
Take a look at contributing.md to see a to do list.
Installation
Via Composer
$ composer require flatorb/translator
Usage
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email contact@flatorb.com instead of using the issue tracker.
Credits
License
GPL v3. Please see the license file for more information.