digitalstate/platform-locale-bundle

DigitalState Locale Bundle

Installs: 142

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:symfony-bundle

pkg:composer/digitalstate/platform-locale-bundle

0.3.0 2017-02-21 00:36 UTC

This package is not auto-updated.

Last update: 2025-10-12 02:33:02 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