digitalstate / platform-locale-bundle
DigitalState Locale Bundle
Package info
github.com/DigitalState/Platform-Locale-Bundle
Type:symfony-bundle
pkg:composer/digitalstate/platform-locale-bundle
0.3.0
2017-02-21 00:36 UTC
Requires
- php: >=5.6
- oro/platform: 2.0.*
- oro/platform-serialised-fields: 2.0.*
This package is not auto-updated.
Last update: 2026-03-15 04:54:19 UTC
README
The Locale bundle extends the OroLocaleBundle and provides additional core locale functionality.
Table of Contents
Twig Extensions
This bundle provides a convenient twig extension to translate localised entity attributes based on current request locale.
Example:
<html> <body> <h1> {{ service.titles|localized_value }} </h1> </body> </html>