Releases: Warxcell/EntityTranslationsBundle
Releases · Warxcell/EntityTranslationsBundle
1.1.0 released
New Twig Extension for easy usage from Twig.
Separate Translator from Loader.
Added Internal API method
If you wish to get single translation without initialize it, you can use:
/** @var $translation \VM5\EntityTranslationBundle\Model\Translation */
$translation = $this->get('vm5_entity_translations.translation_loader')->getTranslation($entity, 'bg');
Argument #2 can be either string locale or Language entity.
Initial release
1.0.0 Fix wrong composer.json