2017 © Pedro Peláez
 

symfony-bundle locale-bundle

Simple locale management for Symfony3/4

image

forci/locale-bundle

Simple locale management for Symfony3/4

  • Friday, February 9, 2018
  • by grigoryosifov
  • Repository
  • 2 Watchers
  • 0 Stars
  • 459 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 139 % Grown

The README.md

Locale Bundle

An opinionated Symfony ~3.0|4.0 Bundle with several helpers for locale management., (*1)

Add this bundle to your AppKernel.php new \Forci\Bundle\Locale\ForciLocaleBundle(), (*2)

wucdbm_locale.locales_simple is a simple array of the locale keys, (*3)

wucdbm_locale.locales_enabled.routing is a en|bg|sw|vn-like string, (*4)

forci_locale:
    cookie_listener:
        enabled: true
    disabled_locale_redirect_listener:
        enabled: true # if a locale is not enabled, 
        # it will redirect to the same route with the same parameters, 
        # but using the preferred (if any) or the default locale
        use_preferred_locale: true # whether to try using preferred locale or not
    locales:
        en:
            name: English
            enabled: true
            currency: USD
        sw:
            name: Kiswahili
            enabled: true
            currency: TZS
        vn:
            name: Việt
            enabled: true
            currency: VND

The Versions

09/02 2018

dev-master

9999999-dev

Simple locale management for Symfony3/4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Kirilov

locale bundle wucdbm forci

09/02 2018

v0.2.2

0.2.2.0

Simple locale management for Symfony3/4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Kirilov

locale bundle wucdbm forci

08/02 2018

v0.2.1

0.2.1.0

Simple locale management for Symfony3/4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Kirilov

locale bundle wucdbm forci

08/02 2018

v0.2.0

0.2.0.0

Simple locale management for Symfony3/4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Kirilov

locale bundle wucdbm forci

08/02 2018

v0.1.3

0.1.3.0

Simple locale management for Symfony3/4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Kirilov

locale bundle wucdbm forci

24/01 2018

v0.1.2

0.1.2.0

Simple locale management for Symfony3/4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Kirilov

locale bundle wucdbm forci

24/01 2018

v0.1.1

0.1.1.0

Simple locale management for Symfony3/4

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Martin Kirilov

locale bundle wucdbm forci

14/12 2017

v0.1.0

0.1.0.0

Simple locale management for Symfony3/4

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Martin Kirilov

locale bundle wucdbm forci