skonsoft/translator-bundle

Translator bundle providing multilingual machine-translation service to translate written text from one language into another

dev-master 2013-06-19 23:28 UTC

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

  1. Enable new generated bundle new Application\Skonsoft\TranslatorBundle(),

  2. Create you entities under generated Bundle

under construction...