skonsoft / translator-bundle
Translator bundle providing multilingual machine-translation service to translate written text from one language into another
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- gedmo/doctrine-extensions: *
- symfony/framework-bundle: >=2.1,<2.4
This package is not auto-updated.
Last update: 2025-01-27 16:01:33 UTC
README
SkonsoftTranslatorBundle is Symfony2 bundle providing multilingual machine-translation service to translate written text from one language into another. It works like google translate, it gives you a way to get your own dictionnary.
Extend it
Use sonata:easy-extend command to extend it: ./app/console sonata:easy-extends:generate SkonsoftTranslatorBundle
-
Enable new generated bundle new Application\Skonsoft\TranslatorBundle(),
-
Create you entities under generated Bundle
under construction...