digitalstate / platform-locale-bundle
DigitalState Locale Bundle
Installs: 142
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Type:symfony-bundle
Requires
- php: >=5.6
- oro/platform: 2.0.*
- oro/platform-serialised-fields: 2.0.*
This package is not auto-updated.
Last update: 2024-10-26 21:09:04 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>