digitalstate/platform-locale-bundle

DigitalState Locale Bundle

0.3.0 2017-02-21 00:36 UTC

This package is not auto-updated.

Last update: 2024-04-13 18:07:54 UTC


README

The Locale bundle extends the OroLocaleBundle and provides additional core locale functionality.

Code Climate Test Coverage

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>

Todo