SonataTranslationBundle

SonataTranslationBundle

MIT License

Downloads
1.4M
Stars
77
Committers
58

Bot releases are visible (Hide)

SonataTranslationBundle -

Published by greg0ire over 6 years ago

Fixed

  • Added check if translatable checker service exists
  • language switcher does not have the same style in modal
SonataTranslationBundle -

Published by soullivaneuh over 6 years ago

Added

  • Added Russian translations
  • Compatibility with Symfony4

Changed

  • Changed internal folder structure to src, tests and docs
  • Switch all templates references to Twig namespaced syntax
  • Switch from templating service to sonata.templating
  • Removed usage of old form type aliases

Fixed

  • Fix RuntimeException in sonata:admin:explain command

Removed

  • support for old versions of php and Symfony
SonataTranslationBundle -

Published by soullivaneuh about 7 years ago

Added

  • Support of Twig 2.0
  • Added phpcr lists translations
SonataTranslationBundle -

Published by soullivaneuh over 7 years ago

Changed

  • use Sonata\BlockBundle\Block\Service\AbstractBlockService instead of deprecated Sonata\BlockBundle\Block\BaseBlockService in LocaleSwitcherBlockService
  • renamed service.xml to service_orm.xml
  • only load service_orm.xml if SonataDoctrineORMAdminBundle is registered

Fixed

  • Fixed typo in SonataTranslationExtension
SonataTranslationBundle -

Published by soullivaneuh almost 8 years ago

Added

  • Added missing flag image ja.png

Changed

  • Use AbstractAdminExtension instead of deprecated AdminExtension

Deprecated

  • Deprecate Translatable in favor of TranslatableTrait
  • Deprecate PersonalTranslatable in favor of PersonalTranslatableTrait

Fixed

  • Fix missing locale annotation for Gedmo trait
  • Display flags for locales with country code
SonataTranslationBundle -

Published by soullivaneuh over 8 years ago

Fixed

  • Remove wrong doctrine-orm-admin-bundle and doctrine-phpcr-admin-bundle composer requirements
SonataTranslationBundle -

Published by soullivaneuh over 8 years ago

Fixed

  • Fix wrong conflict rule for doctrine-orm-admin-bundle
SonataTranslationBundle -

Published by soullivaneuh over 8 years ago

This release is a start of the new sonata version management.

Logs will appear on next releases.

SonataTranslationBundle - 1.1.0

Published by dbu over 8 years ago

  • The twig function sonata_block_render now accepts an argument locale_switcher_route_parameters to pass parameters to the language switch route.
  • Added support for Knplabs Doctrine Behaviours.
SonataTranslationBundle - 1.0.4

Published by dbu over 8 years ago

SonataTranslationBundle - 1.0.3

Published by dbu over 8 years ago

  • Cleanup build process, remove dependency on php-cs-fixer
SonataTranslationBundle - 1.0.2

Published by dbu over 8 years ago

  • compatibility with symfony 3
  • fix working with older versions of SonataBlockBundle
  • Prepared Gedmo TranslatableAdminExtension for simplification in version 2.0
    Note: If you used the dev version and extended TranslatableAdminExtension::getTranslatableListener(AdminInterface $admin) you might need some adaptions as the parameter was removed for a while.
SonataTranslationBundle -

Published by nicolas-bastien over 9 years ago