symfony-bundle translator-bundle
Translator bundle providing multilingual machine-translation service to translate written text from one language into another
skonsoft/translator-bundle
Translator bundle providing multilingual machine-translation service to translate written text from one language into another
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
TranslatorBundle
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., (*1)
Extend it
Use sonata:easy-extend command to extend it: ./app/console sonata:easy-extends:generate SkonsoftTranslatorBundle, (*2)
1) Enable new generated bundle
new Application\Skonsoft\TranslatorBundle(),, (*3)
2) Create you entities under generated Bundle, (*4)
under construction..., (*5)