Skip to content

Releases: Warxcell/EntityTranslationsBundle

1.1.0 released

21 Nov 13:43
Compare
Choose a tag to compare

New Twig Extension for easy usage from Twig.
Separate Translator from Loader.

Added Internal API method

02 Aug 13:50
Compare
Choose a tag to compare

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

01 Aug 07:05
Compare
Choose a tag to compare
1.0.0

Fix wrong composer.json